feat!(py): expose boolean semantics to Python
This commit is contained in:
parent
c42f892099
commit
e6ef427e2f
8 changed files with 221 additions and 40 deletions
|
|
@ -11,5 +11,7 @@ crate-type = ["cdylib"]
|
|||
argus-core = { version = "0.1.0", path = "../argus-core" }
|
||||
argus-semantics = { version = "0.1.0", path = "../argus-semantics" }
|
||||
derive_more = "0.99.17"
|
||||
log = "0.4.17"
|
||||
paste = "1.0.12"
|
||||
pyo3 = "0.18.1"
|
||||
pyo3-log = "0.8.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue