cubeb-rs/cubeb-backend/Cargo.toml

22 строки
571 B
TOML

[package]
name = "cubeb-backend"
version = "0.18.0"
authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"]
license = "ISC"
keywords = ["cubeb"]
repository = "https://github.com/mozilla/cubeb-rs"
homepage = "https://github.com/mozilla/cubeb-rs"
description = """
Bindings to libcubeb internals to facilitate implementing cubeb backends in rust.
"""
categories = ["api-bindings"]
[badges]
circle-ci = { repository = "mozilla/cubeb-rs" }
[features]
gecko-in-tree = ["cubeb-core/gecko-in-tree"]
[dependencies]
cubeb-core = { path = "../cubeb-core", version = "0.18.0" }