diff --git a/Cargo.toml b/Cargo.toml index 909e12f..e47393b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,13 @@ name = "duster" version = "0.1.0" authors = ["Tom Alexander "] +description = "A rust implementation of the dustjs template engine." edition = "2018" +license = "0BSD" +repository = "https://code.fizz.buzz/talexander/duster" +readme = "README.md" +keywords = ["dust", "dustjs", "templating", "web"] +categories = ["template-engine"] [features] default = ["json-integration"]