From b325d58e68aaf315f919441f1812c2518a6b7a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 19 Dec 2020 13:14:10 -0800 Subject: [PATCH] update Cargo.toml --- Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a49c92f..8bb1427 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,13 @@ [package] name = "kdl" version = "0.0.0" -description = "kat's document language" -authors = ["Kat Marchán "] +description = "KDL Document Language" +authors = ["Kat Marchán ", "KDL Community"] license-file = "LICENSE.md" +readme = "README.md" +homepage = "https://kdl.dev" +repository = "https://github.com/kdl-org/kdl-rs" +keywords = ["kdl", "document", "serialization", "config"] edition = "2018" [dependencies]