mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-24 02:47:49 +08:00
20 lines
518 B
TOML
20 lines
518 B
TOML
[package]
|
|
name = "rust-pulsectl"
|
|
version = "0.2.10"
|
|
authors = ["Kristopher Ruzic <krruzic@gmail.com>"]
|
|
edition = "2018"
|
|
license = "GPL-3.0+"
|
|
description = "A higher level API for libpulse_binding"
|
|
readme = "README.md"
|
|
keywords = ["pulse", "pulseaudio", "binding", "audio", "api"]
|
|
categories = ["api-bindings", "multimedia::audio"]
|
|
homepage = "https://github.com/krruzic/pulsectl"
|
|
repository = "https://github.com/krruzic/pulsectl"
|
|
|
|
[lib]
|
|
name = "pulsectl"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
libpulse-binding = "2.21"
|