You've already forked AstralRinth
forked from didirus/AstralRinth
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