mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
16 lines
259 B
TOML
16 lines
259 B
TOML
# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
|
|
|
|
[workspace]
|
|
members = [
|
|
"cli",
|
|
"core",
|
|
"runtime",
|
|
"test_plugin",
|
|
"test_util",
|
|
"op_crates/fetch",
|
|
"op_crates/web",
|
|
"op_crates/crypto"
|
|
]
|
|
exclude = [
|
|
"std/hash/_wasm"
|
|
]
|