initial commit

This commit is contained in:
2025-07-01 20:53:20 +02:00
commit 4fc49dd3b8
4 changed files with 19 additions and 0 deletions

5
src/main.rs Normal file
View File

@@ -0,0 +1,5 @@
//! # Tuxcord Reverse Proxy Header Authenthication
fn main() {
println!("Hello, world!");
}