feat(py): python bindings for BoolExpr with sugar
This commit is contained in:
parent
6340a18149
commit
c322d34859
4 changed files with 176 additions and 33 deletions
|
|
@ -10,4 +10,5 @@ crate-type = ["cdylib"]
|
|||
|
||||
[dependencies]
|
||||
argus-core = { version = "0.1.0", path = "../argus-core" }
|
||||
derive_more = "0.99.17"
|
||||
pyo3 = "0.18.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue