xmpd/xmpd-gui/Cargo.toml

35 lines
702 B
TOML
Raw Normal View History

2024-10-22 18:54:32 +00:00
[package]
name = "xmpd-gui"
edition = "2021"
readme="README.md"
authors.workspace = true
version.workspace = true
repository.workspace = true
license.workspace = true
autobins = false
autotests = false
autoexamples = false
[features]
default = []
[lib]
crate-type = ["rlib"]
bench = false
[dependencies]
xmpd-manifest.path = "../xmpd-manifest"
2024-11-15 10:33:11 +00:00
xmpd-settings.path = "../xmpd-settings"
2024-11-19 12:35:33 +00:00
xmpd-cliargs.path = "../xmpd-cliargs"
xmpd-cache.path = "../xmpd-cache"
egui.workspace = true
eframe.workspace = true
tokio.workspace = true
anyhow.workspace = true
lazy_static.workspace = true
log.workspace = true
egui_extras.workspace = true
egui-aesthetix = "0.2.4"
uuid.workspace = true
2024-11-19 12:35:33 +00:00
camino.workspace = true