deno/Cargo.toml

12 lines
138 B
TOML
Raw Normal View History

[workspace]
members = [
"cli",
"core",
"tools/hyper_hello",
"deno_typescript",
"test_plugin"
]
exclude = [
"std/hash/_wasm"
]