added explicit chrono-tz version

This commit is contained in:
Bill
2025-11-18 19:30:43 -07:00
parent dd258a71ff
commit 791a9bfc49
2 changed files with 320 additions and 20 deletions

View File

@@ -13,6 +13,8 @@ crate-type = ["cdylib", "rlib"]
# 1. Python Bindings for FFI
pyo3 = { version = "0.27.1", features = ["extension-module", "chrono-tz"] }
chrono-tz = "0.10"
# 2. Configuration Parsing (YAML)
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
@@ -53,4 +55,8 @@ pyo3-arrow = "0.15.0"
num_cpus = "1.16"
[target.'cfg(not(target_env = "msvc"))'.dependencies]
mimalloc = { version = "0.1.39" }
mimalloc = { version = "0.1.39" }
tracing = "0.1"
tracing-subscriber = "0.3"
tracing-tracy = "0.11"