gecko-dev/servo/Cargo.toml

22 строки
403 B
TOML

[workspace]
members = [
"ports/cef",
"ports/geckolib",
"ports/servo",
]
[profile.dev]
codegen-units = 4
[profile.release]
opt-level = 3
# Uncomment to profile on Linux:
# debug = true
# lto = false
[replace]
# If you need to temporarily test Servo with a local fork of some upstream
# crate, add that here. Use the form:
#
# "<crate>:<version>" = { path = "/path/to/local/checkout" }