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 | b81aca92b661a9384fa6373ce40f9952ae303d27 (patch) | |
| tree | c0ca49cc5b1eccebd868f86fb83279e2f3488f47 | |
| parent | style(global): fix license spec (diff) | |
| download | api-b81aca92b661a9384fa6373ce40f9952ae303d27.tar.xz api-b81aca92b661a9384fa6373ce40f9952ae303d27.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" |