lightcontroll-discord/Cargo.toml

13 lines
306 B
TOML
Raw Normal View History

2023-05-10 20:46:25 +01:00
[package]
name = "lightcontroll-discord"
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.6.0"
libspa = "0.6.0"
regex = "1.7.1"
reqwest = { version = "0.11", features = ["blocking", "json"] }