summaryrefslogtreecommitdiff
path: root/crates/cli/Cargo.toml
blob: 783ead2d7320b4e8b0728d0b6580c3f88b7cc95c (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"
log="0.4"
pretty_env_logger="0.5"