Initialize project structure with basic CLI setup

This commit is contained in:
2026-03-02 20:13:38 +01:00
parent e464dae53d
commit e8cf10eee3
6 changed files with 62 additions and 0 deletions

1
src/lib.rs Normal file
View File

@@ -0,0 +1 @@
pub mod cli;