From 63c21684dadef60dc67e963c3d1ea5e67a8f8823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Thu, 16 Sep 2021 00:00:16 -0700 Subject: [PATCH] doc: make it official? --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8b687c6..09633ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kdl" version = "1.1.0" -description = "KDL Document Language" +description = "Official Rust KDL parser" authors = ["Kat Marchán ", "KDL Community"] license = "Apache-2.0" readme = "README.md"