diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-06 02:08:39 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-06 02:08:39 +0100 |
| commit | 5f928b74d20717342074bb29797c97d75120c21f (patch) | |
| tree | 528390a6cdeb102e3cb1c403389221f28d914ea4 /crates/cli/Cargo.toml | |
| parent | ef4dbf261d13a72931887dad8db02d53a695a810 (diff) | |
feat: validate module opcodes, logging feature
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/cli/Cargo.toml')
| -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 d34aeff..1f34a67 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -10,7 +10,7 @@ path="src/bin.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tinywasm={path="../tinywasm"} +tinywasm={path="../tinywasm", features=["std", "parser"]} argh="0.1" color-eyre={version="0.6", default-features=false} log="0.4" |
