summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-11-28 20:16:08 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-11-28 20:16:08 +0100
commitf26d077b5a8141253f807ea14551852da6842dd1 (patch)
treecc13a6e5620706a2a71143f19512b39c5449cc63 /Cargo.toml
parentfe76d91f33b2441de87597ae5885ea9005f35b1c (diff)
chore: add wasm spec testsuite
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 42abe2e..eb4aa02 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,4 +1,4 @@
[workspace]
-members=["crates/core", "crates/cli"]
-resolver="2"
+members=["crates/tinywasm", "crates/cli"]
default-members=["crates/cli"]
+resolver="2"