We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c726e3 commit 141196aCopy full SHA for 141196a
Cargo.toml
@@ -1,9 +1,15 @@
1
[package]
2
name = "aifc"
3
-version = "0.5.2"
+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"]
9
edition = "2021"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
+exclude = [
11
+ "toisto-aiff-test-suite/*",
12
+]
13
14
[dependencies]
15
audio-codec-algorithms = "0.6.0"
0 commit comments