refactor(pyargus): make pyargus depend only on argus

This commit is contained in:
Anand Balakrishnan 2023-10-03 17:34:17 -07:00
parent db3a63f9e1
commit 444d60197d
No known key found for this signature in database
6 changed files with 32 additions and 64 deletions

View file

@ -12,8 +12,7 @@ name = "pyargus"
crate-type = ["cdylib"]
[dependencies]
argus-core = { version = "0.1.0", path = "../argus-core" }
argus-semantics = { version = "0.1.0", path = "../argus-semantics" }
argus = { version = "0.1.0", path = "../argus" }
derive_more = "0.99.17"
log = "0.4.20"
paste = "1.0.14"