fix localstorage error

This commit is contained in:
2025-12-03 00:25:25 -05:00
parent d641610fbf
commit 4c97cae249
4 changed files with 22 additions and 10 deletions

View File

@@ -57,6 +57,7 @@ static_assertions = "1.1"
bincode = "1.3"
serde = "1"
log = "0.4"
base64 = "0.22"
# Note: benchmarks are in a separate crate - run with:
# cd benchmarks && cargo bench