diff options
Diffstat (limited to 'planetwars-server/Cargo.toml')
-rw-r--r-- | planetwars-server/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/planetwars-server/Cargo.toml b/planetwars-server/Cargo.toml index 2b3916c..6fb46d5 100644 --- a/planetwars-server/Cargo.toml +++ b/planetwars-server/Cargo.toml @@ -49,4 +49,6 @@ shlex = "1.1" tonic-build = "0.7.2" [dev-dependencies] -parking_lot = "0.11" +tower = { version = "0.4", features = ["util"] } +parking_lot = "0.12" +tempfile = "3"
\ No newline at end of file |