rusty-dsp/Cargo.toml

13 lines
309 B
TOML
Raw Permalink Normal View History

2020-03-14 23:08:57 +01:00
[package]
name = "rusty-dsp"
version = "0.1.0"
authors = ["LongHairedHacker <sebastian@sebastians-site.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
num = "*"
2020-06-23 22:22:45 +02:00
libpulse-binding = "2.16.0"
libpulse-simple-binding = "*"