enso/Cargo.toml

15 lines
320 B
TOML
Raw Normal View History

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