Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
feat(binstall): leverage workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Jan 15, 2019
1 parent 1071b6e commit 6d63a53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ wasm-pack.log
/build-installer
docs/book
docs/installer
binary-install/Cargo.lock
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ readme = "README.md"
categories = ["wasm"]
documentation = "https://rustwasm.github.io/wasm-pack/"

[workspace]
members = [
"./binary-install",
]

[dependencies]
atty = "0.2.11"
cargo_metadata = "0.6.0"
Expand Down

0 comments on commit 6d63a53

Please sign in to comment.