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:
parent
dc71a51df3
commit
7ce056b471
43 changed files with 281 additions and 399 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue