diff --git a/Cargo.toml b/Cargo.toml index f7a21f5b7..57f233ce2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,14 @@ [package] authors = ["Julian Ospald "] +categories = [ "multimedia::audio" ] +description = "Volume mixer for the system tray" +documentation = "https://hasufell.github.io/pnmixer-rust/pnmixerlib/" +homepage = "https://github.com/hasufell/pnmixer-rust" +keywords = [ "alsa", "gtk", "mixer" ] +license = "GPL-3.0" name = "pnmixer-rs" +readme = "README.md" +repository = "https://github.com/hasufell/pnmixer-rust" version = "0.1.2" [[bin]]