UPDATE: Adds bincode to serializer/deserializer

This commit is contained in:
Nicolás Hatcher
2024-03-13 07:49:05 +01:00
parent 1381533b9c
commit afecf29356
7 changed files with 132 additions and 30 deletions

View File

@@ -19,6 +19,7 @@ chrono = "0.4"
chrono-tz = "0.7.0"
regex = "1.0"
once_cell = "1.16.0"
bincode = "=2.0.0-rc.3"
[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = { version = "0.3.60" }