Files
smart-home-in-rust-with-hom…/persisted/Cargo.toml

15 lines
374 B
TOML

[package]
name = "persisted"
version = "0.1.0"
edition = "2021"
license.workspace = true
[dependencies]
bytes = { workspace = true }
emitter-and-signal = { path = "../emitter-and-signal" }
fjall = "2.11"
postcard = { version = "1.1", features = ["use-std"] }
serde = { workspace = true }
snafu = { workspace = true }
tokio = { workspace = true, features = ["rt", "sync"] }