enso/Cargo.toml

12 lines
261 B
TOML
Raw Normal View History

[workspace]
members = [
"common/rust/ast/core",
"common/rust/json-rpc",
"common/rust/ast/macros",
"common/rust/macro-utils",
"common/rust/parser",
"common/rust/prelude",
"common/rust/shapely/core",
"common/rust/shapely/macros"
]