[package] name = "ruck" description = "A Rust wrapper around the ChucK command line interface" version = "0.2.0" authors = ["Andrew Prentice "] license = "MIT/Apache-2.0" readme = "README.md" edition = "2018" exclude = ["justfile"] include = ["src/**/*", "Cargo.toml", "CHANGELOG.md"] repository = "https://github.com/tonal-glyph/ruck" documentation = "https://docs.rs/crate/ruck" keywords = ["cli", "chuck", "audio", "linux"] categories = ["command-line-utilities", "multimedia"] [[bin]] name = "ruck" path = "src/main.rs"