attempt 3

This commit is contained in:
Cam 2026-05-20 14:16:56 -04:00
parent de214336a9
commit 7c3fbd73fd
12 changed files with 594832 additions and 64277 deletions

View file

@ -14,7 +14,7 @@ path = "src/lib.rs"
bb8 = "0.9.0"
bytes = "1.11.1"
chrono = "0.4.44"
pyo3 = { workspace = true, features = ["extension-module", "abi3-py311"] }
pyo3 = { workspace = true, features = ["extension-module", "abi3-py311", "generate-import-lib"] }
pyo3-arrow = { version = "0.17.0", default-features = false }
pyo3-async-runtimes = { version = "0.28.0", features = ["tokio-runtime"] }
qroissant-arrow = { path = "../qroissant-arrow" }