mirror of
https://github.com/modrinth/code.git
synced 2026-09-03 21:39:24 +00:00
Add Bincode feature for efficient binary storage
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user