Skip to content

Commit 1442455

Browse files
authored
Merge pull request #3 from albbus-stack/persistent-storage
Add cross-platform persistent storage
2 parents e2ea1a1 + c501faa commit 1442455

27 files changed

+612
-56
lines changed

Cargo.desktop.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,7 @@ console_error_panic_hook = "0.1.7"
6767
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
6868
wry = "0.37"
6969
tao = "0.26"
70+
thiserror = "1.0"
71+
rocksdb = "0.22"
72+
rmp-serde = "1.1"
73+
directories = "5.0"

0 commit comments

Comments
 (0)