summaryrefslogtreecommitdiff
path: root/crates/cli/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-02 23:50:14 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-02 23:50:14 +0100
commit7f72605405443482add128cb66b7d09e6bb59de9 (patch)
treee59314708468f1aed11fd218868d9fc18f480d3a /crates/cli/Cargo.toml
parent07a0404aff79a8598392cfa0eed8aea96122adf5 (diff)
feat: finish parser module, switch from tracing to log
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 bfe0391..783ead2 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -13,5 +13,5 @@ path="bin.rs"
tinywasm={path="../tinywasm"}
argh="0.1"
color-eyre="0.6"
-tracing="0.1"
-tracing-subscriber="0.3"
+log="0.4"
+pretty_env_logger="0.5"