chore: add notify + rusqlite + futures-util for Phase 2 storage layer

This commit is contained in:
michael
2026-04-27 06:18:13 -07:00
parent 0968bb3b4b
commit 57c97b492c
3 changed files with 352 additions and 19 deletions

View File

@@ -21,6 +21,10 @@ serde_json = { workspace = true }
thiserror = { workspace = true }
nix = { workspace = true }
rand = { workspace = true }
notify = { workspace = true }
rusqlite = { workspace = true }
toml = { workspace = true }
[dev-dependencies]
tempfile = { workspace = true }
futures-util = { workspace = true }