[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"