This commit is contained in:
Ilion Beyst 2022-01-06 23:44:35 +01:00
parent 9ccea2ea17
commit 02c0e41b80

View file

@ -5,6 +5,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "testmatch"
[dependencies]
futures-core = "0.3"
futures = "0.3"
@ -13,4 +17,5 @@ rand = "0.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
planetwars-rules = { path = "../planetwars-rules" }
chrono = { version = "0.4", features = ["serde"] }
chrono = { version = "0.4", features = ["serde"] }
bollard = "0.11"