[package]
edition = "2024"
name = "sunweb_templating"
version = "0.4.0"
authors = ["Sunnickel"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Templating engine for the SunWeb framework."
homepage = "https://github.com/Sunnickel/SunWeb"
readme = false
license = "MIT"
repository = "https://github.com/Sunnickel/SunWeb"
resolver = "2"
[lib]
name = "sunweb_templating"
path = "src/lib.rs"
[dependencies.log]
version = "0.4.29"
[dependencies.sunweb_core]
version = "0.4.0"