diff options
| author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-07-23 00:38:34 +0200 |
|---|---|---|
| committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-07-23 00:38:34 +0200 |
| commit | 500061375cae4700cb13a50705f627ba06835038 (patch) | |
| tree | 24a38d4dc2ca3d7ac3fc576690812a035700f613 /planetwars-client/Cargo.toml | |
| parent | 1cf20810c5191c426f9226a13f4a0d0e09c8f74b (diff) | |
| download | planetwars.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.toml | 1 |
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" |
