use bincode

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-02-17 13:58:03 -05:00
parent 660b7cc8b7
commit 9466c10875
3 changed files with 3 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -2747,6 +2747,7 @@ name = "notedeck"
version = "0.3.1"
dependencies = [
"base32",
"bincode",
"dirs",
"eframe",
"egui",

View File

@@ -56,6 +56,7 @@ urlencoding = "2.1.3"
uuid = { version = "1.10.0", features = ["v4"] }
security-framework = "2.11.0"
sha2 = "0.10.8"
bincode = "1.3.3"
[patch.crates-io]
egui = { git = "https://github.com/damus-io/egui", branch = "update_layouter_0.29.1" }

View File

@@ -25,6 +25,7 @@ thiserror = { workspace = true }
puffin = { workspace = true, optional = true }
puffin_egui = { workspace = true, optional = true }
sha2 = { workspace = true }
bincode = { workspace = true }
[dev-dependencies]
tempfile = { workspace = true }