From fd928f4178d0ae6174fe8513604ba84d7e41bf82 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 12 Jun 2020 15:58:58 -0700 Subject: [PATCH] Add empty workspace --- explorer/wasm/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/explorer/wasm/Cargo.toml b/explorer/wasm/Cargo.toml index 70d712e0a1..2d89438c72 100644 --- a/explorer/wasm/Cargo.toml +++ b/explorer/wasm/Cargo.toml @@ -24,4 +24,6 @@ targets = ["x86_64-unknown-linux-gnu"] [profile.release] # Tell `rustc` to optimize for small code size. -opt-level = "s" \ No newline at end of file +opt-level = "s" + +[workspace]