aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-01-04 17:54:49 -0800
committerFuwn <[email protected]>2022-01-04 17:54:49 -0800
commitfb6cd8dacf0a022c8b7a1bf1eb77e3f8b909c4ba (patch)
tree0e6614c2f256d04844c484e4523ae8d53dd9f0c1 /Cargo.toml
parentchore(Cargo.toml): tidy up (diff)
downloadapi-fb6cd8dacf0a022c8b7a1bf1eb77e3f8b909c4ba.tar.xz
api-fb6cd8dacf0a022c8b7a1bf1eb77e3f8b909c4ba.zip
feat(main.rs): ratelimit (100 requests/minute)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e59b8fa..09bbc68 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,3 +24,4 @@ dotenv = "0.15.0"
actix-web = { version = "3.3.2", features = ["rustls"] }
qstring = "0.7.2"
actix-cors = "0.5.4"
+actix-ratelimit = "0.3.1"