From d1de2018e72542d9232b595f7152e1548c62bdec Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Thu, 11 Dec 2014 17:59:05 +0100 Subject: [PATCH] Add keywords --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1c44faa..1842593 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ name = "cpal" version = "0.0.1" authors = ["Pierre Krieger "] description = "Cross-platform audio playing library in pure Rust." +keywords = ["audio", "sound"] [target.i686-pc-windows-gnu.dependencies.winapi] git = "https://github.com/tomaka/winapi-rs"