test(server): add unit tests for args parsing and TLS config

This commit is contained in:
2026-02-13 22:57:34 +02:00
parent 439eaa46c0
commit 48c8911962
3 changed files with 62 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -923,6 +923,7 @@ name = "server"
version = "0.1.0"
dependencies = [
"base64",
"claims",
"clap",
"common",
"miette",