diff options
Diffstat (limited to 'planetwars-matchrunner/Cargo.toml')
-rw-r--r-- | planetwars-matchrunner/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/planetwars-matchrunner/Cargo.toml b/planetwars-matchrunner/Cargo.toml index c4cb00d..b041d61 100644 --- a/planetwars-matchrunner/Cargo.toml +++ b/planetwars-matchrunner/Cargo.toml @@ -19,4 +19,5 @@ serde_json = "1.0" planetwars-rules = { path = "../planetwars-rules" } chrono = { version = "0.4", features = ["serde"] } bollard = { git = "https://github.com/antoinert/bollard" } -bytes = "1.1"
\ No newline at end of file +bytes = "1.1" +async-trait = "0.1"
\ No newline at end of file |