Working snapshot with modified local riglib.

This commit is contained in:
mattbk
2026-09-12 18:08:30 -05:00
parent e0a06f1941
commit 96beae275e
4 changed files with 26 additions and 19 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ io = "0.0.2"
iter = "0.1.0"
nmea = "0.8.0"
serialport = "4.10.0"
riglib = { git = "https://github.com/chadsbrown/riglib.git" }
#riglib = { git = "https://github.com/chadsbrown/riglib.git" }
riglib = {path = "riglib/crates/riglib"}
tokio = { version = "1", features = ["full"] }
anyhow = "1.0.104"