]> code.octet-stream.net Git - m17rt/blobdiff - tools/m17rt-netclient/Cargo.toml
Add basic m17rt-netclient tool
[m17rt] / tools / m17rt-netclient / Cargo.toml
diff --git a/tools/m17rt-netclient/Cargo.toml b/tools/m17rt-netclient/Cargo.toml
new file mode 100644 (file)
index 0000000..e78b89e
--- /dev/null
@@ -0,0 +1,12 @@
+[package]
+name = "m17rt-netclient"
+version = "0.1.0"
+edition = "2024"
+license = "MIT"
+authors = ["Thomas Karpiniec <tom.karpiniec@outlook.com"]
+publish = false
+
+[dependencies]
+clap = "4.5.39"
+m17app = { path = "../../m17app" }
+m17codec2 = { path = "../../m17codec2" }