Files
wakey/wakey-core/Cargo.toml
T
lda Verified 59fc4ffdc1
release / build (push) Successful in 4m30s
im releasing
2026-05-27 02:30:36 +07:00

16 lines
342 B
TOML

[package]
name = "wakey-core"
version = "0.3.1"
edition = "2024"
publish = ["gitea"]
[dependencies]
macaddr = { workspace = true }
serde = { workspace = true }
serde_with = { version = "3", features = ["json"] }
strum = { version = "0", features = ["derive", "strum_macros"] }
thiserror = "2"
[dev-dependencies]
serde_json.workspace = true