Add Bincode feature for efficient binary storage

This commit is contained in:
Danielle Hutzley
2022-06-26 16:23:41 -07:00
parent 00adf3631a
commit 3123f6444f
4 changed files with 68 additions and 7 deletions

View File

@@ -22,3 +22,4 @@ bytes = "1"
thiserror = "1.0"
tokio = { version = "1", features = ["full"] }
sha1 = { version = "0.6.0", features = ["std"]}
bincode = {version = "2.0.0-rc", features = ["serde"], optional = true}