build(pyargus): exclude pyargus from workspace to enable cargo test

This commit is contained in:
Anand Balakrishnan 2023-05-09 12:07:21 -07:00
parent 0e62085edc
commit d13746f904
No known key found for this signature in database

View file

@ -1,2 +1,4 @@
[workspace]
members = ["argus", "argus-core", "argus-semantics", "pyargus"]
members = ["argus", "argus-core", "argus-semantics"]
exclude = ["pyargus"]