1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/Cargo.toml

27 lines
413 B
TOML
Raw Normal View History

2020-09-21 08:26:41 -04:00
# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
[workspace]
members = [
"cli",
"core",
"test_plugin",
"test_util",
2020-09-18 09:20:55 -04: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