14 lines
386 B
TOML
14 lines
386 B
TOML
[package]
|
|
name = "basic"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
futures = "0.3.30"
|
|
tokio = { version = "1.36.0", features = ["full"] }
|
|
tokio-util = { version = "0.7.10", features = ["rt"] }
|
|
waku = { path = "../../waku-bindings", package = "waku-bindings" }
|
|
serde_json = "1.0"
|