Skip to content

Commit

Permalink
Add keywords to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
karip committed Jul 30, 2024
1 parent 0c726e3 commit 141196a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
[package]
name = "aifc"
version = "0.5.2"
version = "0.5.3"
description = "Reader and writer for the AIFF and AIFF-C audio format"
repository = "https://github.com/karip/aifc"
license = "MIT OR Apache-2.0"
keywords = ["audio", "aiff", "codec"]
categories = ["multimedia::audio", "multimedia::encoding"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
exclude = [
"toisto-aiff-test-suite/*",
]

[dependencies]
audio-codec-algorithms = "0.6.0"
Expand Down

0 comments on commit 141196a

Please sign in to comment.