aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b92346194b9fa8a2c3220cce926c57b7f871de53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "kdl-schema"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = ["knuffel"]

[dependencies]
knuffel = { version = "1.1.0", optional = true }
lazy_static = "1.4.0"

[dev-dependencies]
miette = { version = "3.3.0", features = ["fancy"] }