[package] name = "khnum" version = "0.1.2" edition = "2021" description = "Another simpl template \"engine\"" license-file = "LICENSE" keywords = ["template", "html"] license = "MIT OR Apache-2.0" repository = "https://github.com/bhargavkulk/khnum" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde_json = "1.0.122" string-interner = "0.17.0"