17 lines
448 B
TOML
17 lines
448 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"] }
|
|
prost = { version = "0.13" }
|
|
ciborium = { version = "0.2" }
|
|
serde = { version = "1.0" }
|
|
|
|
[build-dependencies]
|
|
prost-build = { version = "0.13" }
|