Skip to content

Commit

Permalink
Move to Cargo workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
nox committed Nov 28, 2016
1 parent 7d69f53 commit dfb35db
Show file tree
Hide file tree
Showing 9 changed files with 130 additions and 3,812 deletions.
154 changes: 113 additions & 41 deletions ports/servo/Cargo.lock → Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Cargo.toml
@@ -0,0 +1,6 @@
[workspace]
members = [
"ports/cef",
"ports/geckolib",
"ports/servo",
]
1 change: 1 addition & 0 deletions components/atoms/Cargo.toml
Expand Up @@ -5,6 +5,7 @@ authors = ["The Servo Project Developers"]
license = "MPL-2.0"
publish = false
build = "build.rs"
workspace = "../.."

[lib]
path = "lib.rs"
Expand Down

0 comments on commit dfb35db

Please sign in to comment.