mirror of
https://gitlab.freedesktop.org/pipewire/helvum.git
synced 2025-12-20 01:50:03 +01:00
25 lines
689 B
TOML
25 lines
689 B
TOML
[package]
|
|
name = "helvum"
|
|
version = "0.5.1"
|
|
authors = ["Tom Wagner <tom.a.wagner@protonmail.com>"]
|
|
edition = "2021"
|
|
rust-version = "1.70"
|
|
license = "GPL-3.0-only"
|
|
description = "A GTK patchbay for pipewire"
|
|
repository = "https://gitlab.freedesktop.org/pipewire/helvum"
|
|
readme = "README.md"
|
|
keywords = ["pipewire", "gtk", "patchbay", "gui", "utility"]
|
|
categories = ["gui", "multimedia"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
pipewire = "0.7.1"
|
|
adw = { version = "0.5", package = "libadwaita", features = ["v1_4"] }
|
|
glib = { version = "0.18", features = ["log"] }
|
|
|
|
log = "0.4.11"
|
|
|
|
once_cell = "1.7.2"
|
|
|
|
libc = "0.2"
|