]> code.octet-stream.net Git - m17rt/blobdiff - m17app/Cargo.toml
Add basic m17rt-netclient tool
[m17rt] / m17app / Cargo.toml
old mode 100755 (executable)
new mode 100644 (file)
index 4a083bd..5a0e621
@@ -1,16 +1,20 @@
 [package]
 name = "m17app"
 version = "0.1.0"
-edition = "2021"
+edition = "2024"
 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" }
+m17core = { version = "0.1", path = "../m17core" }
 log = "0.4.22"
-serialport = {version = "4.7.0", default-features = false }
+serialport = { version = "4.7.0", default-features = false }
+thiserror = "2.0.11"