]> code.octet-stream.net Git - m17rt/blobdiff - m17app/Cargo.toml
New Soundcard struct, use it in test programs
[m17rt] / m17app / Cargo.toml
index 11805eba16cc4dd6debd7b3bfc36425c74f9cdf0..44a7b5fb2e14373c9629768bd1301012ccb6187e 100755 (executable)
@@ -6,9 +6,15 @@ keywords = ["amateur", "radio", "m17", "ham"]
 license = "MIT"
 authors = ["Thomas Karpiniec <tom.karpiniec@outlook.com"]
 repository = "https://code.octet-stream.net/m17rt"
 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]
 
 # 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"
 m17core = { path = "../m17core" }
 log = "0.4.22"
+serialport = {version = "4.7.0", default-features = false }
+thiserror = "2.0.11"