From f62196d983c04a94b892086a4ea6926bd7b6e4fb Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Sat, 22 Jan 2022 14:32:43 +0100 Subject: implement docker runner --- planetwars-matchrunner/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'planetwars-matchrunner/Cargo.toml') 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 -- cgit v1.2.3