Skip to content

Commit bdf1bbb

Browse files
committed
add keywork & category
1 parent ee7e9b1 commit bdf1bbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ description = "Decodes audio files using ffmpeg with rust. Can be used as a rodi
88
documentation = "https://docs.rs/ffmpeg-decoder"
99
repository = "https://github.com/tarkah/ffmpeg-decoder-rs"
1010
readme = "README.md"
11-
11+
keywords = ["audio", "ffmpeg", "rodio"]
12+
categories = ["multimedia::audio", "multimedia::encoding", ""]
1213

1314
[lib]
1415
name = "ffmpeg_decoder"

0 commit comments

Comments
 (0)