diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-01-06 23:44:35 +0100 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-01-17 23:35:23 +0100 |
commit | 02c0e41b802bdb2a9b36815f6c7b2f06ebd848a5 (patch) | |
tree | b81177ba6417c38f9a9dd6ded8611353bfbbe5f5 /planetwars-matchrunner | |
parent | 9ccea2ea174f12f260f35ee01c9880d4b6591cf3 (diff) | |
download | planetwars.dev-02c0e41b802bdb2a9b36815f6c7b2f06ebd848a5.tar.xz planetwars.dev-02c0e41b802bdb2a9b36815f6c7b2f06ebd848a5.zip |
Bollard
Diffstat (limited to 'planetwars-matchrunner')
-rw-r--r-- | planetwars-matchrunner/Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/planetwars-matchrunner/Cargo.toml b/planetwars-matchrunner/Cargo.toml index da05f13..488eb45 100644 --- a/planetwars-matchrunner/Cargo.toml +++ b/planetwars-matchrunner/Cargo.toml @@ -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"] }
\ No newline at end of file +chrono = { version = "0.4", features = ["serde"] } +bollard = "0.11" |