cpal/alsa-sys/Cargo.toml

12 lines
268 B
TOML
Raw Normal View History

2014-12-16 15:07:45 +00:00
[package]
name = "alsa-sys"
2015-01-10 20:08:07 +00:00
version = "0.0.2"
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
[build-dependencies]
2014-12-16 18:02:53 +00:00
pkg-config = "^0.1.1"