diff options
| author | Fuwn <[email protected]> | 2022-01-04 17:47:23 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-04 17:47:23 +0000 |
| commit | b660a02d67eccfc7153ca4a6a6ade5dc090d9670 (patch) | |
| tree | 51560e3bba3b222f938205ffbfbe8e48c5d2bfa4 | |
| parent | style(global): fix license spec (diff) | |
| download | api-worker-b660a02d67eccfc7153ca4a6a6ade5dc090d9670.tar.xz api-worker-b660a02d67eccfc7153ca4a6a6ade5dc090d9670.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" |