deno/Cargo.toml

28 lines
426 B
TOML
Raw Normal View History

2021-01-11 02:59:07 +00:00
# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
2020-09-21 12:26:41 +00:00
[workspace]
members = [
"cli",
"core",
"runtime",
"test_plugin",
"test_util",
2020-09-18 13:20:55 +00:00
"op_crates/fetch",
"op_crates/web",
"op_crates/crypto"
]
exclude = [
"std/hash/_wasm"
]
[profile.release]
codegen-units = 1
lto = true
opt-level = 'z' # Optimize for size
[profile.bench]
codegen-units = 1
lto = true
opt-level = 'z' # Optimize for size