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

19 lines
327 B
TOML

[package]
authors = ["Bat' <baptiste@gelez.xyz>"]
name = "plume"
version = "0.1.0"
[dependencies]
6 years ago
bcrypt = "0.2"
dotenv = "*"
heck = "0.3.0"
rocket = "*"
rocket_codegen = "*"
6 years ago
[dependencies.diesel]
features = ["postgres", "r2d2"]
version = "*"
[dependencies.rocket_contrib]
features = ["tera_templates", "json"]
version = "*"