UPDATE: Serialize/Deserialize with bitcode (#31)

* UPDATE: Serialize/Deserialize with bitcode

Fixes #12
This commit is contained in:
Nicolás Hatcher Andrés
2024-04-11 23:45:00 +02:00
committed by GitHub
parent 489027991c
commit 196e074ef5
11 changed files with 139 additions and 51 deletions

View File

@@ -23,6 +23,7 @@ thiserror = "1.0"
ironcalc_base = { path = "../base", version = "0.1.0" }
itertools = "0.12"
chrono = "0.4"
bitcode = "0.6.0"
[dev-dependencies]
uuid = { version = "1.2.2", features = ["serde", "v4"] }