planetwars.dev/planetwars-client/Cargo.toml

16 lines
334 B
TOML
Raw Normal View History

2022-06-01 18:19:13 +00:00
[package]
name = "planetwars-client"
version = "0.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.15", features = ["full"] }
2022-06-05 19:22:38 +00:00
tokio-stream = "0.1.9"
2022-06-01 18:19:13 +00:00
prost = "0.10"
tonic = "0.7.2"
[build-dependencies]
tonic-build = "0.7.2"