File: Cargo.toml.orig

package info (click to toggle)
rust-pulsectl-rs 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 200 kB
  • sloc: makefile: 4
file content (19 lines) | stat: -rw-r--r-- 562 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "pulsectl-rs"
version = "0.3.2"
authors = ["Kristopher Ruzic <krruzic@gmail.com>"]
edition = "2018"
license = "GPL-3.0-or-later"
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/SeaDve/pulsectl-rs"
repository = "https://github.com/SeaDve/pulsectl-rs"

[lib]
name = "pulsectl"
path = "src/lib.rs"

[dependencies]
pulse = { version = "2.24.0", package = "libpulse-binding" }