From 3655d61ca201b20fcb5e4fa0192ddcafbf6f7628 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 6 May 2021 17:33:46 +0000 Subject: feat(global): :star: --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3