aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"