1
0
mirror of https://gitea.farpn.net/w1cdn/mwtchahrd.git synced 2025-12-11 06:58:01 -06:00

Set up cross build scripts.

This commit is contained in:
W1CDN
2025-11-30 17:52:14 +00:00
parent 6bbfa66c4f
commit 85521543c6
3 changed files with 17 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ authors = ["Chris, N6CTA <mail@n6cta.com>"]
anyhow = "1.0"
chrono = "0.4"
clap = { version = "4", features = ["derive"] }
openssl-sys = "0.9.111"
openssl = { version = "0.10", features = ["vendored"] }
rand = "0.9.2"
regex = "1.12.2"
reqwest = { version = "0.12.24", features = ["json", "blocking"] }
@@ -16,3 +18,4 @@ socket2 = "0.5"
[profile.release]
lto = "thin"