Plume/Cargo.toml
Bat f060fa08af Initial commit
With instance configuration
2018-04-22 14:35:37 +01:00

11 lines
283 B
TOML

[package]
authors = ["Bat' <baptiste@gelez.xyz>"]
name = "plume"
version = "0.1.0"
[dependencies]
diesel = { version = "*", features = [ "postgres", "r2d2" ] }
rocket = "*"
rocket_codegen = "*"
rocket_contrib = { version = "*", features = [ "tera_templates", "json" ] }
dotenv = "*"