summaryrefslogtreecommitdiff
path: root/crates/cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/cli/Cargo.toml')
-rw-r--r--crates/cli/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index dfb418a..60c3ad8 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -5,14 +5,14 @@ edition="2021"
[[bin]]
name="tinywasm"
-path="bin.rs"
+path="src/bin.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tinywasm={path="../tinywasm"}
argh="0.1"
-color-eyre="0.6"
+color-eyre={default-features=false}
log="0.4"
pretty_env_logger="0.5"
wast={version="69.0", optional=true}