From 153981379b5161e9cfe9b169232be70d2a0527cd Mon Sep 17 00:00:00 2001 From: Kenton Hamaluik Date: Thu, 28 Nov 2019 13:23:20 -0700 Subject: [PATCH] update Cargo.toml for publishing --- Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 506a8b9..ccb280a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,20 @@ version = "0.1.0" authors = ["Kenton Hamaluik "] edition = "2018" build = "build.rs" +description = "A simpler alternative to mdbook, meant for building book websites from Markdown files" +homepage = "https://hamaluik.github.io/mkbook/" +repository = "https://github.com/hamaluik/mkbook" +readme = "README.md" +keywords = ["book", "markdown", "static"] +categories = ["command-line-utilities", "text-processing", "web-programming"] +license = "Apache-2.0" +exclude = [ + "docs/*", + "docs-src/*", +] + +[badges] +maintenance = { status = "actively-developed" } [dependencies] syntect = "3.3"