Small tweaks to bring in line with other Kubernetes tools

This commit is contained in:
2025-04-18 16:06:53 +02:00
parent 2d2ef6903b
commit 884c37aa1b
12 changed files with 84 additions and 33 deletions

View File

@@ -1,3 +1,7 @@
#![feature(let_chains)]
pub mod context;
pub mod lldap;
pub mod resources;
mod version;
pub use version::VERSION;