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

32 lines
543 B
TOML

[package]
authors = ["Bat' <baptiste@gelez.xyz>"]
name = "plume"
version = "0.1.0"
[dependencies]
base64 = "0.9.1"
bcrypt = "0.2"
dotenv = "*"
heck = "0.3.0"
hex = "0.3"
lazy_static = "*"
openssl = "0.10.6"
reqwest = "0.8"
rocket = "*"
rocket_codegen = "*"
serde = "*"
serde_derive = "1.0"
serde_json = "1.0"
url = "1.7"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.diesel]
features = ["postgres", "r2d2", "chrono"]
version = "*"
[dependencies.rocket_contrib]
features = ["tera_templates", "json"]
version = "*"