summaryrefslogtreecommitdiff
path: root/crates/cli/Cargo.toml
blob: 4a9974ba62e18bd0e0b1ff34fc9bb1acd84b110b (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"