refactor!(argus): combine co-dependent crates

- argus-core, argus-parser, argus-semantics are highly co-dependent, and
  hence should be in the same create.
This commit is contained in:
Anand Balakrishnan 2023-10-06 15:40:20 -07:00
parent dc71a51df3
commit 7ce056b471
No known key found for this signature in database
43 changed files with 281 additions and 399 deletions

View file

@ -1,13 +1,5 @@
[workspace]
members = [
"argus",
"argus-core",
"argus-semantics",
"argus-derive",
"argus-parser",
"argus-automata",
"pyargus",
]
members = ["argus", "argus-derive", "argus-automata", "pyargus"]
resolver = "2"