From f26d077b5a8141253f807ea14551852da6842dd1 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Tue, 28 Nov 2023 20:16:08 +0100 Subject: chore: add wasm spec testsuite Signed-off-by: Henry Gressmann --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/cli') diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index cdd0266..4a9974b 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -10,6 +10,6 @@ path="bin.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tinywasm={path="../core"} +tinywasm={path="../tinywasm"} argh="0.1" color-eyre="0.6" -- cgit v1.3.1