diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-07-22 22:27:12 +0200 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-07-22 22:27:12 +0200 |
commit | b0725c21df3d7a2b63d0d9ea7af6ec393fb66ad1 (patch) | |
tree | 825b04ea679eb6c21f710cae497d51626ac8b0f2 /planetwars-client/Cargo.toml | |
parent | 1011015b29c00480b1a7bcb5e2d98abdb363fc75 (diff) | |
download | planetwars.dev-b0725c21df3d7a2b63d0d9ea7af6ec393fb66ad1.tar.xz planetwars.dev-b0725c21df3d7a2b63d0d9ea7af6ec393fb66ad1.zip |
planetwars-client: configure bot config path and opponent name
Diffstat (limited to 'planetwars-client/Cargo.toml')
-rw-r--r-- | planetwars-client/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/planetwars-client/Cargo.toml b/planetwars-client/Cargo.toml index 9c68391..f313429 100644 --- a/planetwars-client/Cargo.toml +++ b/planetwars-client/Cargo.toml @@ -13,6 +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"]} [build-dependencies] tonic-build = "0.7.2" |