Rocket/examples/forms/Cargo.toml

12 lines
239 B
TOML

[package]
name = "forms"
version = "0.0.0"
workspace = "../"
edition = "2018"
publish = false
[dependencies]
rocket = { path = "../../core/lib" }
rocket_contrib = { path = "../../contrib/lib", features = ["tera_templates"] }
time = "0.2"