kdl/Cargo.toml

12 lines
220 B
TOML

[package]
name = "kdl"
version = "0.0.0"
description = "kat's document language"
authors = ["Kat Marchán <kzm@zkat.tech>"]
license-file = "LICENSE.md"
edition = "2018"
[dependencies]
nom = "6.0.1"
thiserror = "1.0.22"