feat: add actix-governor crate (#203)

This commit is contained in:
neon_arch 2023-09-02 20:22:59 +03:00
parent 51937a0d49
commit 88e569bca7
2 changed files with 171 additions and 18 deletions

View file

@ -15,6 +15,7 @@ scraper = {version="0.17.1"}
actix-web = {version="4.4.0", features = ["cookies"]}
actix-files = {version="0.6.2"}
actix-cors = {version="0.6.4"}
actix-governor = {version="0.4.1"}
serde_json = {version="1.0.105"}
fake-useragent = {version="0.1.3"}
env_logger = {version="0.10.0"}