xmpd/xmpd-cliargs/Cargo.toml
2025-12-07 20:11:38 +02:00

25 lines
416 B
TOML

[package]
name = "xmpd-cliargs"
edition.workspace = true
readme="README.md"
version.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
autobins = false
autotests = false
autoexamples = false
[features]
default = []
[lib]
crate-type = ["rlib"]
bench = false
[dependencies]
camino.workspace = true
clap.workspace = true
dirs.workspace = true
lazy_static.workspace = true