xmpd/xmpd-manifest/Cargo.toml

29 lines
530 B
TOML
Raw Normal View History

2024-10-22 18:54:32 +00:00
[package]
name = "xmpd-manifest"
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]
2024-11-21 03:02:30 +00:00
xmpd-cliargs.path = "../xmpd-cliargs"
xmpd-settings.path = "../xmpd-settings"
2024-11-06 10:12:07 +00:00
anyhow.workspace = true
uuid.workspace = true
serde.workspace = true
serde_json.workspace = true
url.workspace = true
2024-11-21 03:02:30 +00:00
toml.workspace = true