Initial commit

This commit is contained in:
2022-08-05 08:25:13 +01:00
commit 97541d7d3c
4 changed files with 977 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "pipewire-autoconnect"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pipewire = "0.5.0"
libspa = "0.5.0"
regex = "1.6.0"
lazy_static = "1.4.0"