fix localstorage error

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

7
Cargo.lock generated
View File

@@ -136,6 +136,12 @@ version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "bincode"
version = "1.3.3"
@@ -3694,6 +3700,7 @@ dependencies = [
name = "ytbn_graphing_software"
version = "0.1.0"
dependencies = [
"base64",
"bincode",
"cfg-if",
"const_format",