From 93f8e10a8c15cbcf0d09517869016c32c6bd47eb Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Wed, 29 Nov 2023 01:45:05 +0100 Subject: feat: basic working wasm adder (experiment) Signed-off-by: Henry Gressmann --- crates/cli/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/cli/Cargo.toml') diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 4a9974b..bfe0391 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -13,3 +13,5 @@ path="bin.rs" tinywasm={path="../tinywasm"} argh="0.1" color-eyre="0.6" +tracing="0.1" +tracing-subscriber="0.3" -- cgit v1.3.1