diff options
| author | Fuwn <[email protected]> | 2022-01-04 17:47:23 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-04 17:47:23 -0800 |
| commit | 680b3de5b4fe9dd5588991f89e907523f9d9fa38 (patch) | |
| tree | 51560e3bba3b222f938205ffbfbe8e48c5d2bfa4 | |
| parent | style(global): fix license spec (diff) | |
| download | api-worker-680b3de5b4fe9dd5588991f89e907523f9d9fa38.tar.xz api-worker-680b3de5b4fe9dd5588991f89e907523f9d9fa38.zip | |
chore(Cargo.toml): tidy up
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -5,17 +5,22 @@ authors = ["Fuwn <[email protected]>"] edition = "2018" #description = "" readme = "README.md" -homepage = "http://github.com/senpy-club/api" -repository = "http://github.com/senpy-club/api" +homepage = "https://github.com/senpy-club/api" +repository = "https://github.com/senpy-club/api" license = "GPL-3.0-only" keywords = ["rust", "anime", "senpy"] publish = false [dependencies] +# Serialization serde = "1.0.125" serde_derive = "1.0.125" + +# Utility rand = "0.8.3" dotenv = "0.15.0" + +# Web actix-web = { version = "3.3.2", features = ["rustls"] } qstring = "0.7.2" actix-cors = "0.5.4" |