]> code.octet-stream.net Git - m17rt/blobdiff - m17app/Cargo.toml
Handle KISS configuration commands, crate metadata
[m17rt] / m17app / Cargo.toml
index 11805eba16cc4dd6debd7b3bfc36425c74f9cdf0..bbd07f4e6b4bba42dc7fa8c5adc5c8ae705c7794 100755 (executable)
@@ -6,9 +6,14 @@ keywords = ["amateur", "radio", "m17", "ham"]
 license = "MIT"
 authors = ["Thomas Karpiniec <tom.karpiniec@outlook.com"]
 repository = "https://code.octet-stream.net/m17rt"
+description = "M17 digital radio - high level API, integration with sound cards, serial PTT and TCP/IP"
+homepage = "https://octet-stream.net/p/m17rt/"
+readme = "README.md"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
+cpal = "0.15.3"
 m17core = { path = "../m17core" }
 log = "0.4.22"
+serialport = {version = "4.7.0", default-features = false }