From 8e2c490c6f93d302158e022106ed748b33d35c7b Mon Sep 17 00:00:00 2001 From: adnano Date: Fri, 8 May 2020 03:38:19 -0400 Subject: [PATCH] Update description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9206ace..23c5612 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kiln" -description = "A simple static site generator built in Rust." +description = "A simple static site generator" version = "0.1.0" authors = ["adnano "] edition = "2018"