aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 1e693520ef3a95b20c661708d03668dd94586e82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rocket-blog"
version = "0.1.0"
authors = ["Harald Eilertsen <haraldei@anduin.net>"]

[dependencies]
rocket = "0.3.3"
rocket_codegen = "0.3.3"
diesel = { version = "0.16.0", features = ["postgres"] }
diesel_codegen = { version = "0.16.0", features = ["postgres"] }
dotenv = "0.9.0"
r2d2 = "0.7.4"
r2d2-diesel = "0.16.0"
bart = "0.1.4"
bart_derive = "0.1.4"