summary refs log tree commit diff
path: root/Cargo.toml
blob: 998b3f4b742d35c40034a7e5e02b2f657f597665 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"