You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Plume/Cargo.toml

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 = "*"