Fix build issues

This commit is contained in:
Michael Pivato
2023-10-13 10:43:27 +10:30
parent 9a5a89d683
commit c1771b66c4
4 changed files with 1134 additions and 107 deletions

View File

@@ -18,12 +18,13 @@ clap = { version = "4.1.8", features = ["derive"] }
anyhow = "1.0"
itertools = "0.10.3"
chrono = {version = "0.4.23", features = ["default", "serde"]}
chrono = {version = "0.4.31", features = ["default", "serde"]}
rayon = "1.6.0"
tokio = { version = "1.26.0", features = ["full"] }
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "mssql" ] }
rmp-serde = "1.1.1"
polars = { version = "0.32.1", features = ["lazy", "dtype-datetime"] }
# More info on targets: https://doc.rust-lang.org/cargo/reference/cargo-targets.html#configuring-a-target
[lib]