18 lines
538 B
TOML
18 lines
538 B
TOML
[package]
|
|
name = "zenoh_exp"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
zenoh = { git="https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
|
|
tokio = { version = "1", features = ["full"] }
|
|
ciborium = { version = "0.2" }
|
|
serde = { version = "1.0" }
|
|
serde_json = { version = "1.0" }
|
|
reqwest = { version = "0.12.7", features = ["json"] }
|
|
clap = { version = "4.5.18", features = ["derive"] }
|
|
anyhow = "1.0.89"
|
|
base64 = "0.22.1"
|