Initial code commit.

This commit is contained in:
2025-03-03 01:11:37 -08:00
parent 01807c248f
commit 6da68c7fe7
5 changed files with 619 additions and 1 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "mwtchahrd"
version = "0.1.0"
edition = "2021"
authors = ["Chris, N6CTA <mail@n6cta.com>"]
[dependencies]
anyhow = "1.0"
chrono = "0.4"
clap = { version = "4", features = ["derive"] }
socket2 = "0.5"
[profile.release]
lto = "thin"