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

7
Cargo.lock generated
View File

@@ -169,6 +169,12 @@ dependencies = [
"windows-link",
]
[[package]]
name = "base64"
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
[[package]]
name = "benchmarks"
version = "0.1.0"
@@ -3776,6 +3782,7 @@ dependencies = [
name = "ytbn_graphing_software"
version = "0.1.0"
dependencies = [
"base64",
"benchmarks",
"bincode",
"cfg-if",