mirror of https://github.com/rwf2/Rocket.git
15 lines
334 B
TOML
15 lines
334 B
TOML
[package]
|
|
name = "templating"
|
|
version = "0.0.0"
|
|
workspace = "../"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../core/lib" }
|
|
|
|
# in your application, you should enable only the template engine(s) used
|
|
[dependencies.rocket_dyn_templates]
|
|
path = "../../contrib/dyn_templates"
|
|
features = ["tera", "handlebars"]
|