master
Able 2022-01-19 12:49:39 -06:00
parent f06ec5094d
commit 8a97f1bc6f
Signed by: able
GPG Key ID: D164AF5F5700BE51
1 changed files with 6 additions and 2 deletions

View File

@ -5,5 +5,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bincode = "2.0.0-beta.0"
[dependencies.bincode]
git = "https://github.com/bincode-org/bincode.git"
default-features = false
features = ["serde_no_std"]