feat(server): add clap-derive Config (args + env)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 00:46:31 +02:00
parent b9b99c0332
commit 08e5f797f8
3 changed files with 42 additions and 0 deletions
+4
View File
@@ -1 +1,5 @@
//! Server wiring: configuration and startup.
mod config;
pub use config::Config;