From 7f72605405443482add128cb66b7d09e6bb59de9 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sat, 2 Dec 2023 23:50:14 +0100 Subject: feat: finish parser module, switch from tracing to log Signed-off-by: Henry Gressmann --- crates/cli/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/cli/Cargo.toml') 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" -- cgit v1.3.1