From 385fcdd46b536d28094a96f3f6be0e87496277a1 Mon Sep 17 00:00:00 2001 From: Melonai Date: Thu, 7 May 2020 01:46:27 +0200 Subject: shortening functionality --- Cargo.toml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c345892..c717f19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "actix-web-server" +name = "shorest" version = "0.1.0" authors = ["Melonai "] edition = "2018" @@ -9,10 +9,13 @@ edition = "2018" [dependencies] actix-web = "2.0" actix-rt = "1.0" -listenfd = "0.3" serde = "1.0.106" -serde_json = "1.0.51" serde_derive = "1.0.106" -json = "0.12.4" env_logger = "0.7.1" -aes = "0.3.2" +dotenv = "0.15.0" +crc32fast = "1.2.0" +base64 = "0.12.0" +url = "2.1.1" +diesel = { version = "1.4.4", features = ["postgres", "r2d2"] } + + -- cgit 1.4.1