This commit is contained in:
Elijah McMorris 2023-07-23 01:48:43 +00:00
parent a46121adc7
commit 6a953c100f
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
5 changed files with 69 additions and 20 deletions

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
polars = { version = "0.28", features = [
polars = { version = "0.32", features = [
"lazy",
"strings",
"parquet",
@ -22,4 +22,5 @@ chrono = { version = "0.4", features = ["serde"] }
glob = { version = "0.3" }
strum_macros = "0.25"
tower = { version = "0.4", features = ["limit", "buffer"] }
tower-http = { version = "0.4", features = ["cors"] }
tower-http = { version = "0.4", features = ["compression-zstd", "cors"] }
tower_governor = "0.1"