From 2b822b813263bc001c87fe869bc06f54b4dea908 Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Tue, 15 Jan 2019 14:04:06 -0500 Subject: [PATCH] feat(binstall): no workspace since it's a dep --- Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d2f67bac..e2daa4dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,11 +9,6 @@ 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"