diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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" |