diff options
Diffstat (limited to 'crates/cli/Cargo.toml')
| -rw-r--r-- | crates/cli/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 097a7c4..caf541b 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -17,11 +17,11 @@ path="src/bin.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +eyre.workspace=true +log.workspace=true +pretty_env_logger.workspace=true tinywasm={version="0.9.0-alpha.0", path="../tinywasm", features=["std", "parser"]} argh="0.1" -eyre={workspace=true} -log={workspace=true} -pretty_env_logger={workspace=true} wast={workspace=true, optional=true} [features] |
