Rocket/examples/cookies/Cargo.toml

19 lines
411 B
TOML
Raw Normal View History

[package]
name = "cookies"
version = "0.0.1"
authors = ["Sergio Benitez <sb@sergio.bz>"]
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
2016-09-09 03:38:58 +00:00
rocket_codegen = { path = "../../codegen" }
lazy_static = "*"
[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"] }