Add build script, generate man page at build-time

This commit is contained in:
Marcin Kulik
2024-04-29 16:50:11 +02:00
parent b692339d50
commit 56884faca0
3 changed files with 42 additions and 0 deletions

View File

@@ -44,5 +44,10 @@ tokio-tungstenite = { version = "0.21.0", features = ["rustls-tls-webpki-roots"]
sha2 = "0.10.8"
tokio-util = "0.7.10"
[build-dependencies]
clap = { version = "4.4.7", features = ["derive"] }
clap_mangen = "0.2.20"
url = "2.5.0"
[profile.release]
strip = true