aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-06 17:33:46 -0700
committerFuwn <[email protected]>2021-05-06 17:33:46 -0700
commit8c0b30fcf39c24f2c670b600b51d9176ced54456 (patch)
tree4f62722b72bd4aae74d54945aaac11e6ee448a88 /Cargo.toml
parentetc: Remove useless CORS headers (diff)
downloadapi-worker-8c0b30fcf39c24f2c670b600b51d9176ced54456.tar.xz
api-worker-8c0b30fcf39c24f2c670b600b51d9176ced54456.zip
feat(global): :star:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 3 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3aeecf6..6f6b6fa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,11 +12,10 @@ keywords = ["rust", "anime", "senpy"]
publish = false
[dependencies]
-rocket = { version = "0.5.0-dev", git = "https://github.com/SergioBenitez/Rocket.git" }
-rocket_contrib = { version = "0.5.0-dev", git = "https://github.com/SergioBenitez/Rocket.git" }
-reqwest = { version = "0.11.3", features = ["json"] }
-tokio = { version = "1.5.0", features = ["full"] }
serde = "1.0.125"
serde_derive = "1.0.125"
rand = "0.8.3"
dotenv = "0.15.0"
+actix-web = { version = "3.3.2", features = ["rustls"] }
+qstring = "0.7.2"
+actix-cors = "0.5.4"