V0.1.0 initial

This commit is contained in:
2025-05-19 08:03:46 +02:00
parent 89d94358f4
commit 2e35997243
9 changed files with 304 additions and 7 deletions

5
src/config/mod.rs Normal file
View File

@@ -0,0 +1,5 @@
pub mod env;
pub mod types;
pub use types::*;
pub use env::*;