about summary refs log tree commit diff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authorMelonai <einebeere@gmail.com>2021-01-11 11:38:26 +0100
committerMelonai <einebeere@gmail.com>2021-01-11 11:38:26 +0100
commitfa1189658a911db852ba974a7382509fb4ffbb7c (patch)
tree5637553e1909f863ef6cf78c86116abb218d0fa5 /server/Cargo.toml
parent5539abe770da491087afcd7dd1ccba1bf8f60631 (diff)
downloadshorest-fa1189658a911db852ba974a7382509fb4ffbb7c.tar.zst
shorest-fa1189658a911db852ba974a7382509fb4ffbb7c.zip
Fully split client and server
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml23
1 files changed, 23 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
new file mode 100644
index 0000000..08712d8
--- /dev/null
+++ b/server/Cargo.toml
@@ -0,0 +1,23 @@
+[package]
+name = "shorest"
+version = "0.2.0"
+authors = ["Melonai <einebeere@gmail.com>"]
+edition = "2018"
+homepage = "https://sho.rest/"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+actix-web = "2.0"
+actix-rt = "1.0"
+serde = "1.0.106"
+serde_derive = "1.0.106"
+env_logger = "0.7.1"
+dotenv = "0.15.0"
+crc32fast = "1.2.0"
+base64 = "0.12.0"
+url = "2.1.1"
+diesel = { version = "1.4.4", features = ["postgres", "r2d2"] }
+actix-files = "0.2.1"
+openssl = "*"
+