trx/Cargo.toml

19 lines
330 B
TOML
Raw Normal View History

2022-07-23 11:45:20 -05:00
[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]
cpal = "0.13.5"
tokio = { version = "1.20.0", features = ["full"] }
[[bin]]
name = "tx"
path = "src/tx/main.rs"
[[bin]]
name = "rx"
path = "src/rx/main.rs"