cpal/alsa-sys/Cargo.toml

15 lines
310 B
TOML
Raw Normal View History

2014-12-16 15:07:45 +00:00
[package]
name = "alsa-sys"
2017-03-06 15:57:18 +00:00
version = "0.1.1"
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"
links = "alsa"
2014-12-16 15:07:45 +00:00
2015-02-12 12:56:30 +00:00
[dependencies]
libc = "0.2.7"
2015-02-12 12:56:30 +00:00
2014-12-16 15:07:45 +00:00
[build-dependencies]
2015-03-25 10:21:10 +00:00
pkg-config = "0.3"