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

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 }