[workspace] members = [ "ports/servo", "tests/unit/*", "ports/geckolib", "ports/geckolib/tests", "ports/cef", ] default-members = [ "ports/servo", "tests/unit/*", ] exclude = [".cargo"] [profile.dev] codegen-units = 4 [profile.release] opt-level = 3 # Uncomment to profile on Linux: # debug = true # lto = false [replace] "serde:1.0.23" = { git = "https://github.com/gankro/serde", branch = "deserialize_from_enums3" } "serde_derive:1.0.23" = { git = "https://github.com/gankro/serde", branch = "deserialize_from_enums3", feature="deserialize_from" } #[patch.crates-io] # If you need to temporarily test Servo with a local fork of some upstream # crate, add that here. Use the form: # # = { path = "/path/to/local/checkout" } # # Or for a git dependency: # # [patch."https://github.com/servo/"] # = { path = "/path/to/local/checkout" }