]> Untitled Git - lemmy.git/blob - server/Cargo.toml
Starting to work on Rust Diesel Schema. #5
[lemmy.git] / server / Cargo.toml
1 [package]
2 name = "server"
3 version = "0.0.1"
4 authors = ["Dessalines <happydooby@gmail.com>"]
5
6 [dependencies]
7 diesel = { version = "1.4.1", features = ["postgres","chrono"] }
8 dotenv = "0.9.0"
9 bcrypt = "0.3"
10 activitypub = "0.1.4"
11 chrono = { version = "0.4", features = ["serde"] }
12 failure = "0.1.5"
13 serde_json = "*"