gust-cli 0.2.0

The Gust compiler CLI — compile .gu state machine files to Rust, Go, WASM, no_std, or C FFI
[package]
name = "gust-cli"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
readme = "../README.md"
keywords.workspace = true
categories.workspace = true
description = "The Gust compiler CLI — compile .gu state machine files to Rust, Go, WASM, no_std, or C FFI"

[[bin]]
name = "gust"
path = "src/main.rs"

[dependencies]
gust-lang = { path = "../gust-lang", version = "0.2.0" }
clap = { version = "4", features = ["derive"] }
notify = "8"
notify-debouncer-mini = "0.7"
walkdir = "2"
colored = "3"

[dev-dependencies]
tempfile = "3"
assert_cmd = "2"
predicates = "3"