From d5364ad74aa8a2a5953c1bbccda20f8a09b81659 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