diff options
Diffstat (limited to 'planetwars-server/Cargo.toml')
-rw-r--r-- | planetwars-server/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/planetwars-server/Cargo.toml b/planetwars-server/Cargo.toml index 3a28d5d..198d38f 100644 --- a/planetwars-server/Cargo.toml +++ b/planetwars-server/Cargo.toml @@ -21,6 +21,11 @@ chrono = { version = "0.4", features = ["serde"] } serde_json = "1.0" base64 = "0.13.0" zip = "0.5" +toml = "0.5" +planetwars-matchrunner = { path = "../planetwars-matchrunner" } + +# TODO: remove me +shlex = "1.1" [dev-dependencies] parking_lot = "0.11"
\ No newline at end of file |