aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2022-03-26 21:42:12 -0600
committerMelody Horn <melody@boringcactus.com>2022-03-26 21:42:12 -0600
commit8130a49f045764a200082e5c296eae7a9d4b4e37 (patch)
treeb86635e62ee3508a595c1327c3a04379a83578cf /Cargo.toml
parent038e68aa0309db5a4d16074bdeae10c2fd36b451 (diff)
downloadkdl-schema-8130a49f045764a200082e5c296eae7a9d4b4e37.tar.gz
kdl-schema-8130a49f045764a200082e5c296eae7a9d4b4e37.zip
spruce up metadata and clippyness
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 5 insertions, 2 deletions
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 = []