summaryrefslogtreecommitdiff
path: root/crates/cli/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-11-29 01:45:05 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-11-29 01:45:05 +0100
commit93f8e10a8c15cbcf0d09517869016c32c6bd47eb (patch)
tree06f23748b8036a8ff6db431cd22cc3abc4859fa3 /crates/cli/Cargo.toml
parentf26d077b5a8141253f807ea14551852da6842dd1 (diff)
feat: basic working wasm adder (experiment)
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/cli/Cargo.toml')
-rw-r--r--crates/cli/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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"