aboutsummaryrefslogtreecommitdiff
path: root/planetwars-matchrunner/Cargo.toml
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2022-01-21 23:44:20 +0100
committerIlion Beyst <ilion.beyst@gmail.com>2022-01-22 12:41:29 +0100
commit3dd940321cd7f6e4356afa4e505bac8016c83707 (patch)
tree9b30027b03e5b5e8c27064da07a537373a40df1e /planetwars-matchrunner/Cargo.toml
parentc569070d5c2b0a2a9f33640d76d232c1a967e671 (diff)
downloadplanetwars.dev-3dd940321cd7f6e4356afa4e505bac8016c83707.tar.xz
planetwars.dev-3dd940321cd7f6e4356afa4e505bac8016c83707.zip
define interface for running containerized bots
Diffstat (limited to 'planetwars-matchrunner/Cargo.toml')
-rw-r--r--planetwars-matchrunner/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/planetwars-matchrunner/Cargo.toml b/planetwars-matchrunner/Cargo.toml
index 16c1249..c4cb00d 100644
--- a/planetwars-matchrunner/Cargo.toml
+++ b/planetwars-matchrunner/Cargo.toml
@@ -18,5 +18,5 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
planetwars-rules = { path = "../planetwars-rules" }
chrono = { version = "0.4", features = ["serde"] }
-bollard = "0.11"
+bollard = { git = "https://github.com/antoinert/bollard" }
bytes = "1.1" \ No newline at end of file