refactor(pyargus): make pyargus depend only on argus
This commit is contained in:
parent
db3a63f9e1
commit
444d60197d
6 changed files with 32 additions and 64 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue