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