Start adding product builder

This commit is contained in:
Piv
2023-02-18 23:05:32 +10:30
parent 37c95909db
commit 3d6042d929
4 changed files with 493 additions and 1 deletions

View File

@@ -18,6 +18,9 @@ clap = { version = "3.1.18", features = ["derive"] }
anyhow = "1.0"
itertools = "0.10.3"
chrono = {version = "0.4.23", features = ["default", "serde"]}
rayon = "1.6.0"
[lib]
crate-type = ["cdylib", "staticlib", "lib"]