xmpd/xmpd-core/Cargo.toml

36 lines
640 B
TOML
Raw Permalink Normal View History

2024-10-22 18:54:32 +00:00
[package]
name = "xmpd-core"
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=["cli", "gui"]
cli=[]
gui=[]
[[bin]]
name="xmpd"
path="src/main.rs"
[dependencies]
2024-11-19 12:35:33 +00:00
xmpd-cliargs.path="../xmpd-cliargs"
2024-11-15 10:33:11 +00:00
xmpd-gui.path="../xmpd-gui"
xmpd-manifest.path="../xmpd-manifest"
xmpd-settings.path = "../xmpd-settings"
clap.workspace=true
camino.workspace = true
anyhow.workspace = true
log.workspace = true
env_logger.workspace = true
2024-11-21 03:02:30 +00:00
[build-dependencies]
winresource.workspace = true