aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: fa1df62d14e96aca2365ad61bdde17985996d9b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[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"