Skip to content

Commit

Permalink
Add missing Cargo.toml entries to asio-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchmindtree committed Jul 5, 2019
1 parent 6245dd8 commit 5b6570e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions asio-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
name = "asio-sys"
version = "0.1.0"
authors = ["Tom Gowan <[email protected]>"]
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]
Expand Down

0 comments on commit 5b6570e

Please sign in to comment.