diff options
Diffstat (limited to 'askama_shared/Cargo.toml')
-rw-r--r-- | askama_shared/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml index 2c9a250..865343c 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -2,6 +2,10 @@ name = "askama_shared" version = "0.4.0" authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] +description = "Shared code for Askama" +homepage = "https://github.com/djc/askama" +repository = "https://github.com/djc/askama" +license = "MIT/Apache-2.0" workspace = ".." [features] |