aboutsummaryrefslogtreecommitdiff
path: root/planetwars-matchrunner/Cargo.toml
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2022-01-22 14:32:43 +0100
committerIlion Beyst <ilion.beyst@gmail.com>2022-01-22 14:32:43 +0100
commitf62196d983c04a94b892086a4ea6926bd7b6e4fb (patch)
tree7e0399883be05dcc78a931df3d7939bb81840e85 /planetwars-matchrunner/Cargo.toml
parent3dd940321cd7f6e4356afa4e505bac8016c83707 (diff)
downloadplanetwars.dev-f62196d983c04a94b892086a4ea6926bd7b6e4fb.tar.xz
planetwars.dev-f62196d983c04a94b892086a4ea6926bd7b6e4fb.zip
implement docker runner
Diffstat (limited to 'planetwars-matchrunner/Cargo.toml')
-rw-r--r--planetwars-matchrunner/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/planetwars-matchrunner/Cargo.toml b/planetwars-matchrunner/Cargo.toml
index c4cb00d..b041d61 100644
--- a/planetwars-matchrunner/Cargo.toml
+++ b/planetwars-matchrunner/Cargo.toml
@@ -19,4 +19,5 @@ serde_json = "1.0"
planetwars-rules = { path = "../planetwars-rules" }
chrono = { version = "0.4", features = ["serde"] }
bollard = { git = "https://github.com/antoinert/bollard" }
-bytes = "1.1" \ No newline at end of file
+bytes = "1.1"
+async-trait = "0.1" \ No newline at end of file