From 5b6570e661b335fddaeb3306b743d17fc7457aeb Mon Sep 17 00:00:00 2001 From: mitchmindtree Date: Fri, 5 Jul 2019 19:20:23 +0200 Subject: [PATCH] Add missing Cargo.toml entries to asio-sys --- asio-sys/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/asio-sys/Cargo.toml b/asio-sys/Cargo.toml index b1208d5..7a92552 100644 --- a/asio-sys/Cargo.toml +++ b/asio-sys/Cargo.toml @@ -2,6 +2,11 @@ name = "asio-sys" version = "0.1.0" authors = ["Tom Gowan "] +description = "Low-level interface and binding generation for the steinberg ASIO SDK." +repository = "https://github.com/tomaka/cpal" +documentation = "https://docs.rs/asio-sys" +license = "Apache-2.0" +keywords = ["audio", "sound", "asio", "steinberg"] build = "build.rs" [target.'cfg(any(target_os = "windows"))'.build-dependencies]