Skip to content

Commit

Permalink
Merge pull request #21 from smasher164/publish-crate
Browse files Browse the repository at this point in the history
update Cargo.toml for publishing crate
  • Loading branch information
smasher164 authored Jul 23, 2022
2 parents 9ef8f54 + 12df4e5 commit 98e69db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
name = "pw-volume"
version = "0.1.0"
edition = "2018"
readme = "README.md"
description = "Basic interface to PipeWire volume controls"
repository = "https://github.com/smasher164/pw-volume"
license = "MIT"
keywords = ["pipewire", "volume"]
categories = ["command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 98e69db

Please sign in to comment.