Derive Expr methods using a derive proc-macro. These macros are present in the `argus-derive` crate, but the traits are defined in `argus-core`
10 lines
135 B
TOML
10 lines
135 B
TOML
[workspace]
|
|
members = [
|
|
"argus",
|
|
"argus-core",
|
|
"argus-semantics",
|
|
"argus-automata",
|
|
"argus-derive",
|
|
]
|
|
|
|
exclude = ["pyargus"]
|