mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 19:26:43 +01:00
15 lines
382 B
TOML
15 lines
382 B
TOML
[package]
|
|
name = "uw8-tool"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
wasmparser = "0.99"
|
|
wasm-encoder = "0.22"
|
|
walrus = "0.19"
|
|
anyhow = "1"
|
|
pico-args = "0.5"
|
|
upkr = { git = "https://github.com/exoticorn/upkr.git", rev = "080db40d0088bbee2bdf3c5c75288ac7853d6b7a" }
|
|
pbr = "1" |