aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-01-04 17:47:23 -0800
committerFuwn <[email protected]>2022-01-04 17:47:23 -0800
commitb81aca92b661a9384fa6373ce40f9952ae303d27 (patch)
treec0ca49cc5b1eccebd868f86fb83279e2f3488f47
parentstyle(global): fix license spec (diff)
downloadapi-b81aca92b661a9384fa6373ce40f9952ae303d27.tar.xz
api-b81aca92b661a9384fa6373ce40f9952ae303d27.zip
chore(Cargo.toml): tidy up
-rw-r--r--Cargo.toml9
1 files changed, 7 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5ec3b7e..e59b8fa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"