viu/wapm.toml
2019-10-01 01:11:28 +01:00

16 lines
322 B
TOML

[package]
name = "viu"
version = "0.2.2"
description = "A small command-line application to view images from the terminal"
readme = "README.md"
repository = "https://github.com/wapm-packages/viu"
[[module]]
name = "viu"
source = "target/wasm32-wasi/release/viu.wasm"
abi = "wasi"
[[command]]
name = "viu"
module = "viu"