mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
bd6ebb32df
So that "cargo build" will build it when the gn frontend is eventually removed.
6 lines
68 B
TOML
6 lines
68 B
TOML
[workspace]
|
|
members = [
|
|
"cli",
|
|
"core",
|
|
"tools/hyper_hello",
|
|
]
|