diff --git a/askama/Cargo.toml b/askama/Cargo.toml index 13d718ac..97fde9ff 100644 --- a/askama/Cargo.toml +++ b/askama/Cargo.toml @@ -2,6 +2,9 @@ name = "askama" version = "0.1.0" authors = ["Dirkjan Ochtman "] +description = "Type-safe compiled templates for Rust" +repository = "https://github.com/djc/askama" +license = "MIT/Apache-2.0" workspace = ".." [dependencies]