]> code.octet-stream.net Git - m17rt/blob - m17app/Cargo.toml
Integrating modulator
[m17rt] / m17app / Cargo.toml
1 [package]
2 name = "m17app"
3 version = "0.1.0"
4 edition = "2021"
5 keywords = ["amateur", "radio", "m17", "ham"]
6 license = "MIT"
7 authors = ["Thomas Karpiniec <tom.karpiniec@outlook.com"]
8 repository = "https://code.octet-stream.net/m17rt"
9
10 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
12 [dependencies]
13 cpal = "0.15.3"
14 m17core = { path = "../m17core" }
15 log = "0.4.22"