[package]
edition = "2021"
name = "whisker-cli"
version = "0.0.1"
authors = ["itome <dev@itome.team>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the Whisker mobile UI framework. Name reserved; implementation is in active development at the linked repository."
homepage = "https://github.com/whiskerrs/whisker"
readme = "README.md"
keywords = [
"mobile",
"ui",
"cli",
"ios",
"android",
]
categories = [
"command-line-utilities",
"gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/whiskerrs/whisker"
[[bin]]
name = "whisker"
path = "src/main.rs"