cpal/alsa-sys/Cargo.toml

15 lines
295 B
TOML
Raw Normal View History

2014-12-16 15:07:45 +00:00
[package]
name = "alsa-sys"
2015-02-13 13:43:09 +00:00
version = "0.0.4"
2014-12-16 15:07:45 +00:00
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
build = "build.rs"
2014-12-16 18:04:33 +00:00
description = "Bindings for the ALSA project (Advanced Linux Sound Architecture)"
license = "MIT"
2014-12-16 15:07:45 +00:00
2015-02-12 12:56:30 +00:00
[dependencies]
libc = "*"
2014-12-16 15:07:45 +00:00
[build-dependencies]
2014-12-16 18:02:53 +00:00
pkg-config = "^0.1.1"