[package] name = "tixonome" version = "0.3.2" authors = ["Momozor "] repository = "https://github.com/momozor/tixonome" edition = "2018" description = "A simple CLI metronome in Rust" readme = "README.md" license = "BSD-3-Clause" keywords = ["cli", "music", "audio", "utility"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rodio = "0.13.1" log = "0.4.14" die = "0.2" structopt = { version = "0.3", default-features = false }