diff options
-rw-r--r-- | askama_derive/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml index 400cbd3..474b7e6 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -2,6 +2,10 @@ name = "askama_derive" version = "0.1.0" authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] +description = "Procedural macro package for Askama" +repository = "https://github.com/djc/askama" +license = "MIT/Apache-2.0" +workspace = ".." [lib] proc-macro = true |