From 43d092cb35e17d3943e8b2bd90c508bcdbc6697e Mon Sep 17 00:00:00 2001 From: freestrings Date: Thu, 15 Aug 2019 22:26:52 +0900 Subject: [PATCH] Close #24 - workspace configuration --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1970159..27c2910 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,3 +31,6 @@ path = "src/lib.rs" [profile.release] #debug = true #lto = false + +[workspace] +members = ["wasm"] \ No newline at end of file