knf-cli 0.1.0

Merge layered configuration files and print the result
Documentation
[package]
# crates.io already has an unrelated `knf`; the installed binary is still `knf`.
name = "knf-cli"
description = "Merge layered configuration files and print the result"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

[lib]
name = "knf"

[[bin]]
name = "knf"
path = "src/main.rs"

[dependencies]
knf-core.workspace = true
knf-dotted = { workspace = true, features = ["json"] }
serde_json.workspace = true
anyhow.workspace = true
clap.workspace = true
toml.workspace = true

[dev-dependencies]
assert_cmd = "2"
insta = "1"
tempfile = "3"