diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2025-05-29 21:16:18 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2025-05-29 21:16:18 +0200 |
| commit | cd2c62c3d4ebeb70124d781dfc522768099479cf (patch) | |
| tree | 913506c06539b270fef150d2985573afaca42138 /crates/cli/Cargo.toml | |
| parent | c3db0ff9876aa05512829a47d9f884fa862b24a0 (diff) | |
chore: update deps
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
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] |
