magnetar/ext_host_meta/Cargo.toml

13 lines
301 B
TOML

[package]
name = "magnetar_host_meta"
version.workspace = true
edition.workspace = true
[lib]
crate-type = ["rlib"]
[dependencies]
magnetar_core = { path = "../core" }
serde = { workspace = true, features = ["derive"] }
quick-xml = { workspace = true, features = ["serialize", "overlapped-lists"] }