[package] name = "pete-core" version = "0.5.0" authors = ["Serg <1899416+dontpullthis@users.noreply.github.com>"] edition = "2021" license-file = "LICENSE" description = "Parametrized Extendable Template Engine. A wrapper for Tera template engine." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tera = "1" serde_json = "1.0"