diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-11-28 20:16:08 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-11-28 20:16:08 +0100 |
| commit | f26d077b5a8141253f807ea14551852da6842dd1 (patch) | |
| tree | cc13a6e5620706a2a71143f19512b39c5449cc63 /crates/cli | |
| parent | fe76d91f33b2441de87597ae5885ea9005f35b1c (diff) | |
chore: add wasm spec testsuite
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/cli')
| -rw-r--r-- | crates/cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
