2024-11-13 22:56:02 +00:00
|
|
|
[package]
|
2024-11-15 10:33:11 +00:00
|
|
|
name = "xmpd-settings"
|
2024-11-13 22:56:02 +00:00
|
|
|
edition = "2021"
|
|
|
|
version.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
|
|
|
|
[dependencies]
|
2024-11-15 10:33:11 +00:00
|
|
|
anyhow.workspace = true
|
2024-11-19 12:35:33 +00:00
|
|
|
camino.workspace = true
|
2024-11-15 10:33:11 +00:00
|
|
|
egui.workspace = true
|
|
|
|
lazy_static.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
toml = "0.8.19"
|