[[bin]]
name = "bkiwi"
path = "src/main.rs"
[dependencies.brine-kiwi]
version = "0.1.0"
[dependencies.brine-kiwi-compiler]
version = "0.1.0"
[dependencies.clap]
features = ["derive"]
version = "4.1.6"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Command line interface for the Brine Kiwi compiler and runtime"
documentation = "https://docs.rs/brine-kiwi-cli"
edition = "2021"
homepage = "https://madebyevan.com/figma/"
keywords = ["kiwi", "figma", "proto"]
license = "Apache-2.0"
name = "brine-kiwi-cli"
readme = "README.md"
repository = "https://github.com/zfedoran/brine-kiwi"
version = "0.1.0"