trx/Cargo.toml
2022-08-21 06:33:48 -05:00

20 lines
397 B
TOML

[package]
name = "trx"
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.6.0"
psimple = {version = "2.25.0", package = "libpulse-simple-binding"}
tokio = { version = "1.20.0", features = ["full"] }
[[bin]]
name = "tx"
path = "src/tx/main.rs"
[[bin]]
name = "rx"
path = "src/rx/main.rs"