1
0

feat: add pyi generation for pyi in sonnet

This commit is contained in:
2026-01-19 16:14:52 +08:00
parent 84897a409b
commit 590645b13c
8 changed files with 164 additions and 16 deletions

View File

@@ -9,7 +9,8 @@ name = "_blctas"
crate-type = ["cdylib"]
[dependencies]
pyo3 = "0.27.0"
pyo3 = { version = "0.27.0", features = ["extension-module", "experimental-inspect"] }
pyo3-introspection = "0.27.0"
thiserror = "2.0.12"
byteorder = "1.5.0"
libz-sys = "1.1.23"