gecko-dev/servo/Cargo.toml
Mátyás Mustoha bfad4fc22b servo: Merge #14482 - Fix Android packaging problem (from mmatyas:android_workspace_fix); r=Manishearth
<!-- Please describe your changes on the following line: -->
Fixes the cargo workspace issue when trying to package for Android.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #14422.

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

Source-Repo: https://github.com/servo/servo
Source-Revision: 3818d3f23ffada9df346a1ddcac11442a889c40b
2016-12-07 07:42:42 -08:00

8 lines
117 B
TOML

[workspace]
members = [
"ports/cef",
"ports/geckolib",
"ports/servo",
"support/android/build-apk",
]