Rocket/examples/handlebars_templates/Cargo.toml

18 lines
378 B
TOML
Raw Normal View History

[package]
name = "handlebars_templates"
version = "0.0.1"
authors = ["Sergio Benitez <sb@sergio.bz>"]
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
rocket_codegen = { path = "../../codegen" }
serde = "*"
2016-10-04 00:56:43 +00:00
serde_derive = "*"
serde_json = "*"
[dependencies.rocket_contrib]
path = "../../contrib"
default-features = false
features = ["handlebars_templates"]