1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/Cargo.toml

16 lines
195 B
TOML

[workspace]
members = [
"cli",
"core",
"test_plugin",
"test_util",
]
exclude = [
"std/hash/_wasm"
]
[profile.release]
codegen-units = 1
lto = true
opt-level = 'z' # Optimize for size