integrated hetzner client in repo + showcase of using scope for 'cleaner' scripts

This commit is contained in:
Maxime Van Hees
2025-08-05 20:27:14 +02:00
parent eed6dbf8dc
commit 9fdb8d8845
20 changed files with 3388 additions and 17 deletions

View File

@@ -46,6 +46,9 @@ pub use sal_kubernetes as kubernetes;
#[cfg(feature = "mycelium")]
pub use sal_mycelium as mycelium;
#[cfg(feature = "hetzner")]
pub use sal_hetzner as hetzner;
#[cfg(feature = "net")]
pub use sal_net as net;