Nova/libs/leash/Cargo.toml
2023-01-02 18:59:03 +04:00

13 lines
294 B
TOML

[package]
name = "leash"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
shared = { path = "../shared" }
anyhow = "1.0.68"
tokio = { version = "1.23.0", features = ["full"] }
serde = "1.0.152"