From a1b05707125d84065903c4cfe30d9a6a04e084b7 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 4 Jan 2022 17:47:23 +0000 Subject: chore(Cargo.toml): tidy up --- Cargo.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6f6b6fa..4b9e64f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,17 +5,22 @@ authors = ["Fuwn "] 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" -- cgit v1.2.3