mirror of https://github.com/rwf2/Rocket.git
20 lines
410 B
TOML
20 lines
410 B
TOML
[package]
|
|
name = "handlebars_templates"
|
|
version = "0.0.1"
|
|
workspace = "../../"
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../lib" }
|
|
rocket_codegen = { path = "../../codegen" }
|
|
serde = "*"
|
|
serde_derive = "*"
|
|
serde_json = "*"
|
|
|
|
[dependencies.rocket_contrib]
|
|
path = "../../contrib"
|
|
default-features = false
|
|
features = ["handlebars_templates"]
|
|
|
|
[dev-dependencies]
|
|
rocket = { path = "../../lib", features = ["testing"] }
|