siranga/src/lib.rs
Dreaded_X bb480d4e3c
Some checks failed
Build and deploy / Build container and manifests (push) Failing after 26s
Fixed version string
2025-04-18 14:01:57 +02:00

12 lines
170 B
Rust

#![feature(let_chains)]
#![feature(iter_intersperse)]
mod helper;
mod io;
pub mod ldap;
pub mod ssh;
pub mod tunnel;
mod version;
pub mod web;
pub use version::VERSION;