chore: add notify + rusqlite + futures-util for Phase 2 storage layer
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user