summaryrefslogtreecommitdiff
path: root/crates/cli/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-04 14:12:09 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-04 14:12:09 +0100
commit767ea3207a7919d69e95791d2bdc71f9fa22cfe3 (patch)
tree75aff6eee7e2eb4c88e28c83513095bc4c684815 /crates/cli/Cargo.toml
parentd41e71917e49b3c9981877ff1f0f323d39f14f91 (diff)
chore: remove unneeded dependencies
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
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}