deno/Cargo.toml
Ryan Dahl bd6ebb32df
hyper_hello should be in its own crate (#2641)
So that "cargo build" will build it when the gn frontend is eventually
removed.
2019-07-15 14:00:27 -04:00

7 lines
68 B
TOML

[workspace]
members = [
"cli",
"core",
"tools/hyper_hello",
]