summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: cae86fd201805a49f20e8bf8c1ce5e3880156dff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[workspace]
members = [
  "cli",
  "core",
  "tools/hyper_hello",
  "deno_typescript",
  "test_plugin",
  "test_util",
]
exclude = [
  "std/hash/_wasm"
]