update Cargo.toml

This commit is contained in:
Kat Marchán 2020-12-19 13:14:10 -08:00
parent f6d5e773c3
commit b325d58e68
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,13 @@
[package]
name = "kdl"
version = "0.0.0"
description = "kat's document language"
authors = ["Kat Marchán <kzm@zkat.tech>"]
description = "KDL Document Language"
authors = ["Kat Marchán <kzm@zkat.tech>", "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]