]> code.octet-stream.net Git - m17rt/blobdiff - tools/m17rt-rxpacket/Cargo.toml
Round trip packet modulation and demodulation via RRC
[m17rt] / tools / m17rt-rxpacket / Cargo.toml
diff --git a/tools/m17rt-rxpacket/Cargo.toml b/tools/m17rt-rxpacket/Cargo.toml
new file mode 100755 (executable)
index 0000000..2cab9a5
--- /dev/null
@@ -0,0 +1,15 @@
+[package]
+name = "m17rt-rxpacket"
+version = "0.1.0"
+edition = "2021"
+license = "MIT"
+authors = ["Thomas Karpiniec <tom.karpiniec@outlook.com"]
+publish = false
+
+[dependencies]
+m17core = { path = "../../m17core" }
+m17app = { path = "../../m17app" }
+
+cpal = "0.15.3"
+env_logger = "0.11.6"
+log = "0.4.22"