build(pyargus): exclude pyargus from workspace to enable cargo test
This commit is contained in:
parent
0e62085edc
commit
d13746f904
1 changed files with 3 additions and 1 deletions
|
|
@ -1,2 +1,4 @@
|
|||
[workspace]
|
||||
members = ["argus", "argus-core", "argus-semantics", "pyargus"]
|
||||
members = ["argus", "argus-core", "argus-semantics"]
|
||||
|
||||
exclude = ["pyargus"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue