diff options
author | stale <redkugelblitzin@gmail.com> | 2022-05-31 04:04:53 -0300 |
---|---|---|
committer | stale <redkugelblitzin@gmail.com> | 2022-05-31 04:04:53 -0300 |
commit | d9eededb736e4ada13ee6e7fe517adcc6a606f88 (patch) | |
tree | 726e1e2a335cab290963dbd547e0dd0093de3f99 /Cargo.toml | |
parent | 746a810eea15e52f7d1b17778239825daad90e01 (diff) |
room limits and player counts
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,5 +13,5 @@ serde_json = "1.0" flate2 = "1.0" warp = { version = "0.3", features = ["tls", "websocket"] } rand = "0.8" -futures-util = "0.3" +futures = "0.3" ammonia = "3" |