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