xmpd/xmpd-cliargs/Cargo.toml

25 lines
408 B
TOML
Raw Normal View History

2024-10-22 18:54:32 +00:00
[package]
2024-11-19 12:35:33 +00:00
name = "xmpd-cliargs"
2024-10-22 18:54:32 +00:00
edition = "2021"
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]
2024-11-19 12:35:33 +00:00
camino.workspace = true
clap.workspace = true
dirs.workspace = true
lazy_static.workspace = true