0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 06:07:03 -04:00
deno/Cargo.toml

12 lines
131 B
TOML
Raw Normal View History

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