mumble-rs/Cargo.toml

18 lines
326 B
TOML
Raw Normal View History

2024-06-20 16:57:42 +02:00
[package]
name = "mumble-foo"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
alsa = "0.8.1"
pipewire = "0.7.2"
opus = "0.3.0"
anyhow = "1.0.79"
rustls = "0.22.2"
prost = "0.12.3"
[build-dependencies]
prost-build = "0.12.3"