cogs_mirror/Cargo.toml

9 lines
118 B
TOML
Raw Normal View History

2024-11-11 19:29:18 +00:00
[workspace]
members = [
"crates/ast",
"crates/codegen",
"crates/parser",
"integrations/axum"
]
resolver = "2"