diff options
Diffstat (limited to 'planetwars-client/Cargo.toml')
-rw-r--r-- | planetwars-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/planetwars-client/Cargo.toml b/planetwars-client/Cargo.toml index 69a72a6..4ff96f2 100644 --- a/planetwars-client/Cargo.toml +++ b/planetwars-client/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" tokio = { version = "1.15", features = ["full"] } tokio-stream = "0.1.9" prost = "0.10" -tonic = "0.7.2" +tonic = { version = "0.7.2", features = ["tls", "tls-roots"] } serde = { version = "1.0", features = ["derive"] } toml = "0.5" planetwars-matchrunner = { path = "../planetwars-matchrunner" } |