Move to Cargo workspaces

This commit is contained in:
Anthony Ramine 2016-11-27 19:10:09 +01:00
parent 7d69f53794
commit dfb35db6d3
9 changed files with 130 additions and 3812 deletions

6
Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[workspace]
members = [
"ports/cef",
"ports/geckolib",
"ports/servo",
]