about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 8 insertions, 5 deletions
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 <einebeere@gmail.com>"]
 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"] }
+
+