summaryrefslogtreecommitdiffstats
path: root/server/Cargo.toml
blob: 3c875e9002597c0f433b45b193d7fbf5045ca699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "server"
version = "0.0.1"
authors = ["Dessalines <happydooby@gmail.com>"]

[dependencies]
diesel = { version = "1.4.1", features = ["postgres","chrono"] }
dotenv = "0.9.0"
bcrypt = "0.3"
activitypub = "0.1.4"
chrono = { version = "0.4", features = ["serde"] }
failure = "0.1.5"
serde_json = "*"
serde = { version = "1.0", features = ["derive"] }
actix = "*"
actix-web = "*"
env_logger = "*"
rand = "0.6.5"
strum = "0.14.0"
strum_macros = "0.14.0"