mirror of https://github.com/rwf2/Rocket.git
18 lines
370 B
TOML
18 lines
370 B
TOML
[package]
|
|
name = "handlebars_templates"
|
|
version = "0.0.0"
|
|
workspace = "../../"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../core/lib" }
|
|
rocket_codegen = { path = "../../core/codegen" }
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|
|
|
|
[dependencies.rocket_contrib]
|
|
path = "../../contrib/lib"
|
|
default-features = false
|
|
features = ["handlebars_templates"]
|