diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-01-21 23:44:20 +0100 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-01-22 12:41:29 +0100 |
commit | 3dd940321cd7f6e4356afa4e505bac8016c83707 (patch) | |
tree | 9b30027b03e5b5e8c27064da07a537373a40df1e /planetwars-matchrunner/Cargo.toml | |
parent | c569070d5c2b0a2a9f33640d76d232c1a967e671 (diff) | |
download | planetwars.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.toml | 2 |
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 |