mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
source code
This commit is contained in:
19
libs/pulsectl/Cargo.toml
Normal file
19
libs/pulsectl/Cargo.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user