diff options
| author | Fuwn <[email protected]> | 2022-01-04 17:54:49 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-04 17:54:49 -0800 |
| commit | fb6cd8dacf0a022c8b7a1bf1eb77e3f8b909c4ba (patch) | |
| tree | 0e6614c2f256d04844c484e4523ae8d53dd9f0c1 /Cargo.toml | |
| parent | chore(Cargo.toml): tidy up (diff) | |
| download | api-fb6cd8dacf0a022c8b7a1bf1eb77e3f8b909c4ba.tar.xz api-fb6cd8dacf0a022c8b7a1bf1eb77e3f8b909c4ba.zip | |
feat(main.rs): ratelimit (100 requests/minute)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |