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