summaryrefslogtreecommitdiffstats
path: root/third_party/rust/coreaudio-sys-utils/Cargo.toml
blob: 6da2c2e808a4274fb6bf5c9bb8e4b98b67cbfe96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "coreaudio-sys-utils"
version = "0.1.0"
authors = ["Chun-Min Chang <chun.m.chang@gmail.com>"]
edition = "2018"
license = "ISC"

[dependencies]
core-foundation-sys = { version = "0.8" }

[dependencies.coreaudio-sys]
default-features = false
features = ["audio_unit", "core_audio"]
version = "0.2"