feat(pyargus): add temporal operators to bindings
This commit is contained in:
parent
bfd5178982
commit
4b4d02a0ec
2 changed files with 54 additions and 1 deletions
|
|
@ -3,12 +3,12 @@ name = "pyargus"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[lib]
|
||||
name = "pyargus"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
argus-core = { version = "0.1.0", path = "../argus-core" }
|
||||
argus-semantics = { version = "0.1.0", path = "../argus-semantics" }
|
||||
derive_more = "0.99.17"
|
||||
pyo3 = "0.18.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue