Fix build issues
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user