aboutsummaryrefslogtreecommitdiff
path: root/planetwars-client/Cargo.toml
blob: 10de8878582aeeccde98e99bd783f1ca0f4c89b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"] }
prost = "0.10"
tonic = "0.7.2"

[build-dependencies]
tonic-build = "0.7.2"