diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-01-19 23:44:11 +0100 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-01-20 20:57:39 +0100 |
commit | 5f1c7385c757b625e10e2bbae432e9fa9efce6b5 (patch) | |
tree | dde771c2a64bfa90e47ec3b2919bca956a059a41 /planetwars-matchrunner/Cargo.toml | |
parent | 3e18c840d195e735521136df94a14500d122eb52 (diff) | |
download | planetwars.dev-5f1c7385c757b625e10e2bbae432e9fa9efce6b5.tar.xz planetwars.dev-5f1c7385c757b625e10e2bbae432e9fa9efce6b5.zip |
docker bot runner PoC
Diffstat (limited to 'planetwars-matchrunner/Cargo.toml')
-rw-r--r-- | planetwars-matchrunner/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/planetwars-matchrunner/Cargo.toml b/planetwars-matchrunner/Cargo.toml index 488eb45..16c1249 100644 --- a/planetwars-matchrunner/Cargo.toml +++ b/planetwars-matchrunner/Cargo.toml @@ -19,3 +19,4 @@ serde_json = "1.0" planetwars-rules = { path = "../planetwars-rules" } chrono = { version = "0.4", features = ["serde"] } bollard = "0.11" +bytes = "1.1"
\ No newline at end of file |