1[workspace] 2members = [ 3 "ports/servo", 4 "tests/unit/*", 5 6 "ports/geckolib", 7 "ports/geckolib/tests", 8] 9default-members = [ 10 "ports/servo", 11 "tests/unit/*", 12] 13exclude = [".cargo"] 14 15[profile.release] 16opt-level = 3 17# Uncomment to profile on Linux: 18# debug = true 19# lto = false 20 21[patch.crates-io] 22 23# If you need to temporarily test Servo with a local fork of some upstream 24# crate, add that here. Use the form: 25# 26# <crate> = { path = "/path/to/local/checkout" } 27# 28# Or for a git dependency: 29# 30# [patch."https://github.com/servo/<repository>"] 31# <crate> = { path = "/path/to/local/checkout" } 32