fix localstorage error

This commit is contained in:
2025-12-03 11:40:08 -05:00
parent 0889f81664
commit 5a92020dae
4 changed files with 23 additions and 18 deletions

View File

@@ -56,6 +56,7 @@ itertools = "0.10"
static_assertions = "1.1"
bincode = "1.3"
serde = "1"
base64 = "0.21"
[dev-dependencies]
benchmarks = { path = "./benchmarks" }