From 7cb79f676204ca0d60ce8772eb8d26b5392b5943 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Tue, 29 Dec 2020 18:31:44 -0500 Subject: [PATCH] Add metadata for pushing to crates.io --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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"]