feat(pyargus): add temporal operators to bindings

This commit is contained in:
Anand Balakrishnan 2023-04-26 13:19:35 -07:00
parent bfd5178982
commit 4b4d02a0ec
No known key found for this signature in database
2 changed files with 54 additions and 1 deletions

View file

@ -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"