Rocket/examples/cookies/Cargo.toml

17 lines
349 B
TOML
Raw Normal View History

[package]
name = "cookies"
version = "0.0.1"
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
2016-09-09 03:38:58 +00:00
rocket_codegen = { path = "../../codegen" }
[dependencies.rocket_contrib]
path = "../../contrib"
default-features = false
features = ["handlebars_templates"]
2016-12-29 20:06:31 +00:00
[dev-dependencies]
rocket = { path = "../../lib", features = ["testing"] }