Add missing Cargo.toml entries to asio-sys

This commit is contained in:
mitchmindtree 2019-07-05 19:20:23 +02:00
parent 6245dd899c
commit 5b6570e661
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@
name = "asio-sys" name = "asio-sys"
version = "0.1.0" version = "0.1.0"
authors = ["Tom Gowan <tomrgowan@gmail.com>"] authors = ["Tom Gowan <tomrgowan@gmail.com>"]
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" build = "build.rs"
[target.'cfg(any(target_os = "windows"))'.build-dependencies] [target.'cfg(any(target_os = "windows"))'.build-dependencies]