enso/Cargo.toml
Michał Wawrzyniec Urbańczyk 175212bf4c
File Manager Client Libary for Rust (#454)
ref #423
2020-01-25 02:38:59 +01:00

15 lines
320 B
TOML

[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",
]