From fe2f382e0478b13e57a8e79a4c4c5a919f0d1a33 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Fri, 22 Jul 2022 23:06:59 +0200 Subject: allow configuring grpc server url --- planetwars-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'planetwars-client/Cargo.toml') diff --git a/planetwars-client/Cargo.toml b/planetwars-client/Cargo.toml index f313429..69a72a6 100644 --- a/planetwars-client/Cargo.toml +++ b/planetwars-client/Cargo.toml @@ -13,7 +13,7 @@ tonic = "0.7.2" serde = { version = "1.0", features = ["derive"] } toml = "0.5" planetwars-matchrunner = { path = "../planetwars-matchrunner" } -clap = { version = "3.2", features = ["derive"]} +clap = { version = "3.2", features = ["derive", "env"]} [build-dependencies] tonic-build = "0.7.2" -- cgit v1.2.3