aboutsummaryrefslogtreecommitdiff
path: root/planetwars-client/Cargo.toml
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2022-07-23 00:38:34 +0200
committerIlion Beyst <ilion.beyst@gmail.com>2022-07-23 00:38:34 +0200
commit500061375cae4700cb13a50705f627ba06835038 (patch)
tree24a38d4dc2ca3d7ac3fc576690812a035700f613 /planetwars-client/Cargo.toml
parent1cf20810c5191c426f9226a13f4a0d0e09c8f74b (diff)
downloadplanetwars.dev-500061375cae4700cb13a50705f627ba06835038.tar.xz
planetwars.dev-500061375cae4700cb13a50705f627ba06835038.zip
support working_directory and command string
Diffstat (limited to 'planetwars-client/Cargo.toml')
-rw-r--r--planetwars-client/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/planetwars-client/Cargo.toml b/planetwars-client/Cargo.toml
index 4ff96f2..c83950b 100644
--- a/planetwars-client/Cargo.toml
+++ b/planetwars-client/Cargo.toml
@@ -14,6 +14,7 @@ serde = { version = "1.0", features = ["derive"] }
toml = "0.5"
planetwars-matchrunner = { path = "../planetwars-matchrunner" }
clap = { version = "3.2", features = ["derive", "env"]}
+shlex = "1.1"
[build-dependencies]
tonic-build = "0.7.2"