gecko-dev/media/cubeb-rs/cubeb-api/Cargo.toml
Dan Glastonbury e7f5a75469 Bug 1391523 - P1: Import of cubeb-rs. r=kamidphish
MozReview-Commit-ID: GoqaGftNNLT

--HG--
extra : rebase_source : 72a601e05f247244e0126ab1094088a7a6f8460f
2017-08-09 13:33:59 +10:00

23 lines
563 B
TOML

[package]
name = "cubeb"
version = "0.3.0"
authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"]
license = "ISC"
readme = "README.md"
keywords = ["cubeb"]
repository = "https://github.com/djg/cubeb-rs"
homepage = "https://github.com/djg/cubeb-rs"
description = """
Bindings to libcubeb for interacting with system audio from rust.
"""
categories = ["api-bindings"]
[badges]
travis-ci = { repository = "djg/cubeb-rs" }
appveyor = { repository = "djg/cubeb-rs" }
[dependencies]
cubeb-core = { path = "../cubeb-core" }
libcubeb-sys = { path = "libcubeb-sys" }