[[bin]]
name = "deez"
path = "src/main.rs"
[dependencies.ignore]
version = "0.4.23"
[lib]
name = "deezconfigs"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(tarpaulin_include)"]
level = "warn"
priority = 0
[package]
authors = ["Quentin Richert <noreply@richert.co>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Manage deez config files."
edition = "2024"
keywords = ["config", "configuration", "manager", "cli"]
license = "GPL-3.0-or-later"
name = "deezconfigs"
readme = "README.md"
repository = "https://github.com/qrichert/deez.git"
version = "0.2.0"
[profile.release]
strip = true
[[test]]
name = "test_bin_deez"
path = "tests/test_bin_deez.rs"