cherry pick -> serde_json saves to bincode

This commit is contained in:
Llywelwyn 2023-10-24 11:13:43 +01:00
parent 46bbe14bea
commit 180532ee3e
2 changed files with 11 additions and 10 deletions

View file

@ -14,6 +14,7 @@ serde = { version = "1.0.93", features = ["derive"]}
serde_json = "1.0.39"
toml = "0.5"
lazy_static = "1.4.0"
bincode = "1.3.3"
[dev-dependencies]
criterion = { version = "^0.5" }