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

17 lines
359 B
TOML

[package]
name = "xmpd-settings"
edition.workspace = true
version.workspace = true
repository.workspace = true
license.workspace = true
authors.workspace = true
[dependencies]
xmpd-cliargs.path = "../xmpd-cliargs"
anyhow.workspace = true
camino.workspace = true
egui.workspace = true
lazy_static.workspace = true
serde.workspace = true
toml.workspace = true