From 8130a49f045764a200082e5c296eae7a9d4b4e37 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sat, 26 Mar 2022 21:42:12 -0600 Subject: spruce up metadata and clippyness --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c8aee8e..ea1e5a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,12 @@ [package] name = "kdl-schema" version = "0.1.0" +authors = ["boringcactus / Melody Horn"] edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +description = "schema types & parsing for KDL" +repository = "https://code.boringcactus.com/kdl-schema/" +license = "BlueOak-1.0.0" +keywords = ["kdl"] [features] default = [] -- cgit v1.2.3