feat: add pyi generation for pyi in sonnet
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user