From 940b58ad3f47078e6d07f216ddae0d138bc46a2f Mon Sep 17 00:00:00 2001 From: Gerardo Arriaga Rendon Date: Mon, 29 Nov 2021 16:11:19 -0500 Subject: [PATCH] Prepare Cargo.toml for crates publishing --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6d52fc7..44bddb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,17 @@ name = "yassgy" version = "0.1.0" edition = "2018" +license = "MIT" +description = "A static site generator" +repository = "https://github.com/JerryHue/yassgy/" +keywords = ["ssg", "cli"] +exclude = [ + "testfiles/*", + "tests/*", + ".vscode", + "rustfmt.toml", + ".git*" +] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html