feat(persisted): initial implementation

This commit is contained in:
2026-01-07 02:14:06 -05:00
parent 2edf095906
commit eff0ad2bf8
2 changed files with 125 additions and 0 deletions

14
persisted/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[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"] }