summaryrefslogtreecommitdiff
path: root/crates/cli/Cargo.toml
blob: bfe0391700fbd9dcbe99055b4826a345562a5105 (plain)
[package]
name="tinywasm-cli"
version="0.0.0"
edition="2021"

[[bin]]
name="tinywasm"
path="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"
tracing="0.1"
tracing-subscriber="0.3"