diff options
| author | Fuwn <[email protected]> | 2021-05-06 17:33:46 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-06 17:33:46 -0700 |
| commit | 8c0b30fcf39c24f2c670b600b51d9176ced54456 (patch) | |
| tree | 4f62722b72bd4aae74d54945aaac11e6ee448a88 /Cargo.toml | |
| parent | etc: Remove useless CORS headers (diff) | |
| download | api-worker-8c0b30fcf39c24f2c670b600b51d9176ced54456.tar.xz api-worker-8c0b30fcf39c24f2c670b600b51d9176ced54456.zip | |
feat(global): :star:
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" |