CFFI + maturin approach
This commit is contained in:
parent
320958d888
commit
bac31e2ce6
3 changed files with 92 additions and 130 deletions
|
|
@ -31,3 +31,7 @@ dynamic = ["version"]
|
|||
dependencies = [
|
||||
"cffi",
|
||||
]
|
||||
|
||||
[tool.maturin]
|
||||
bindings = "cffi"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue