itpdp/device-state/Cargo.toml
2026-05-12 18:14:17 +02:00

10 lines
289 B
TOML

[package]
name = "device-state"
version = "0.1.0"
edition = "2024"
[dependencies]
owned_str = "0.1.2"
serde = { version = "1.0.228", default-features = false, features = ["derive", "alloc"] }
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
ufmt = "0.2.0"