0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

feat: enable cookies feature for actix-web

This commit is contained in:
neon_arch 2023-07-14 17:14:41 +03:00
parent 2f01651be0
commit 23abe619d7

View File

@ -12,7 +12,7 @@ tokio = {version="*",features=["full"]}
serde = {version="*",features=["derive"]}
handlebars = { version = "4.3.6", features = ["dir_source"] }
scraper = {version="*"}
actix-web = {version="4.3.1"}
actix-web = {version="4.3.1", features = ["cookies"]}
actix-files = {version="0.6.2"}
serde_json = {version="*"}
fake-useragent = {version="*"}