diff --git a/.gitignore b/.gitignore index 6c61922..6ecdd21 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,3 @@ wasm-pack.log /build-installer docs/book docs/installer -binary-install/Cargo.lock diff --git a/Cargo.toml b/Cargo.toml index e2daa4d..d2f67ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"