gecko-dev/servo/Cargo.toml

28 lines
558 B
TOML
Raw Normal View History

[workspace]
members = [
"ports/cef",
"ports/geckolib",
"ports/servo",
]
exclude = [".cargo"]
[profile.dev]
codegen-units = 4
[profile.release]
opt-level = 3
# Uncomment to profile on Linux:
# debug = true
# lto = false
2017-05-08 17:19:59 +00:00
[patch.crates-io]
2017-05-08 17:19:59 +00:00
# If you need to temporarily test Servo with a local fork of some upstream
# crate, add that here. Use the form:
#
# <crate> = { path = "/path/to/local/checkout" }
#
# Or for a git dependency:
#
# [patch."https://github.com/servo/<repository>"]
# <crate> = { path = "/path/to/local/checkout" }