summaryrefslogtreecommitdiff
path: root/crates/cli/Cargo.toml
blob: dfb418a000b916ece3f4081e172aa24b1ab18484 (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"
wast={version="69.0", optional=true}

[features]
default=["wat"]
wat=["dep:wast"]