Skip to content

Commit

Permalink
sound: add package.categories field to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
epilys authored and vireshk committed Nov 2, 2023
1 parent 7255036 commit 75ca1ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions staging/vhost-device-sound/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description = "A virtio-sound device using the vhost-user protocol."
repository = "https://github.com/rust-vmm/vhost-device"
readme = "README.md"
keywords = ["vhost", "sound", "virtio-sound", "virtio-snd", "virtio"]
categories = ["multimedia::audio"]
license = "Apache-2.0 OR BSD-3-Clause"
edition = "2018"

Expand Down

0 comments on commit 75ca1ee

Please sign in to comment.