2016-11-28 12:44:40 +03:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2017-12-07 15:53:07 +03:00
|
|
|
"ports/servo",
|
|
|
|
"tests/unit/*",
|
|
|
|
|
2016-11-28 12:44:40 +03:00
|
|
|
"ports/geckolib",
|
2017-12-07 15:53:07 +03:00
|
|
|
"ports/geckolib/tests",
|
|
|
|
]
|
|
|
|
default-members = [
|
2016-11-28 12:44:40 +03:00
|
|
|
"ports/servo",
|
2017-12-07 15:53:07 +03:00
|
|
|
"tests/unit/*",
|
2016-11-28 12:44:40 +03:00
|
|
|
]
|
2017-11-29 14:24:48 +03:00
|
|
|
exclude = [".cargo"]
|
2017-01-16 00:23:55 +03:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
opt-level = 3
|
|
|
|
# Uncomment to profile on Linux:
|
|
|
|
# debug = true
|
|
|
|
# lto = false
|
2017-05-08 20:19:59 +03:00
|
|
|
|
2017-12-18 00:18:05 +03:00
|
|
|
[patch.crates-io]
|
2017-12-10 20:12:20 +03:00
|
|
|
|
2017-05-08 20:19:59 +03:00
|
|
|
# If you need to temporarily test Servo with a local fork of some upstream
|
|
|
|
# crate, add that here. Use the form:
|
|
|
|
#
|
2017-07-22 07:47:51 +03:00
|
|
|
# <crate> = { path = "/path/to/local/checkout" }
|
2017-09-18 19:46:45 +03:00
|
|
|
#
|
|
|
|
# Or for a git dependency:
|
|
|
|
#
|
|
|
|
# [patch."https://github.com/servo/<repository>"]
|
|
|
|
# <crate> = { path = "/path/to/local/checkout" }
|