13 lines
362 B
TOML
13 lines
362 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" }
|