aboutsummaryrefslogtreecommitdiff
path: root/planetwars-matchrunner/Cargo.toml
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2022-09-20 21:11:19 +0200
committerIlion Beyst <ilion.beyst@gmail.com>2022-09-20 21:11:19 +0200
commit9643ccf6d69cc34f56fff454f1c0aa3e34a93d08 (patch)
treeffc947ac1bcea84cfb6ec4048ac8316c7fc6907b /planetwars-matchrunner/Cargo.toml
parent9e05a9bdd5f7e5ddc8a2170c031a47d669432832 (diff)
downloadplanetwars.dev-9643ccf6d69cc34f56fff454f1c0aa3e34a93d08.tar.xz
planetwars.dev-9643ccf6d69cc34f56fff454f1c0aa3e34a93d08.zip
add a basic matchrunner test
Diffstat (limited to 'planetwars-matchrunner/Cargo.toml')
-rw-r--r--planetwars-matchrunner/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/planetwars-matchrunner/Cargo.toml b/planetwars-matchrunner/Cargo.toml
index e0b6af0..10d1c99 100644
--- a/planetwars-matchrunner/Cargo.toml
+++ b/planetwars-matchrunner/Cargo.toml
@@ -18,3 +18,6 @@ chrono = { version = "0.4", features = ["serde"] }
bollard = { git = "https://github.com/fussybeaver/bollard", rev = "c5d87a4934c70a04f9c649fedb241dbd4943c927" }
bytes = "1.1"
async-trait = "0.1"
+
+[dev-dependencies]
+tempfile = "3" \ No newline at end of file