gecko-dev/third_party/rust/pulse-ffi/Cargo.toml

13 строки
260 B
TOML

[package]
name = "pulse-ffi"
version = "0.1.0"
authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"]
description = "FFI for libpulse.so supporting static linking and dynamic loading."
license = "ISC"
[features]
dlopen = []
[dependencies]
libc = "^0.2.20"