Skip to content

Commit 141196a

Browse files
committed
Add keywords to Cargo.toml
1 parent 0c726e3 commit 141196a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Cargo.toml

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
[package]
22
name = "aifc"
3-
version = "0.5.2"
3+
version = "0.5.3"
4+
description = "Reader and writer for the AIFF and AIFF-C audio format"
5+
repository = "https://github.com/karip/aifc"
6+
license = "MIT OR Apache-2.0"
7+
keywords = ["audio", "aiff", "codec"]
8+
categories = ["multimedia::audio", "multimedia::encoding"]
49
edition = "2021"
5-
6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10+
exclude = [
11+
"toisto-aiff-test-suite/*",
12+
]
713

814
[dependencies]
915
audio-codec-algorithms = "0.6.0"

0 commit comments

Comments
 (0)