Merge pull request #79 from Zomatree/ratelimits

This commit is contained in:
Paul Makles
2021-09-17 13:26:03 +01:00
committed by GitHub
7 changed files with 224 additions and 154 deletions

View File

@@ -52,7 +52,6 @@ rauth = { git = "https://github.com/insertish/rauth", rev = "ad2f5ad1657f4b20c8e
hive_pubsub = { git = "https://gitlab.insrt.uk/insert/hive", rev = "a89826df2b30166220e68a6ed01a58b751456604", features = ["mongo"] }
# web
rocket-governor = { version = "0.0.1-rc.9", features = ["logger"] }
async-tungstenite = { version = "0.10.0", features = ["async-std-runtime"] }
rocket = { version = "0.5.0-rc.1", default-features = false, features = ["json"] }
mongodb = { version = "1.2.2", features = ["tokio-runtime"], default-features = false }