forked from Orchid/orchid
15 lines
215 B
TOML
15 lines
215 B
TOML
[workspace]
|
|
resolver = "2"
|
|
|
|
members = [
|
|
"orcx",
|
|
"orchid-std",
|
|
"orchid-host",
|
|
"orchid-extension",
|
|
"orchid-base",
|
|
"orchid-api",
|
|
"orchid-api-derive",
|
|
"orchid-api-traits",
|
|
"stdio-perftest", "xtask",
|
|
]
|