[package] name = "audiyo" version = "0.2.0" authors = ["Justin Garofolo "] categories = ["command-line-utilities","multimedia::audio","multimedia::video"] keywords = ["audio","video","volume","cli"] rust-version = "1.77" description = "Increase/decrease the volume of audio & video files with a simple CLI command." homepage = "https://github.com/ooojustin/audiyo" repository = "https://github.com/ooojustin/audiyo" readme = "README.md" license = "MIT" edition = "2021" [dependencies] clap = { version = "4.4", features = ["derive"] }