Aktualisiert Projekt_Struktur.txt

This commit is contained in:
jamulix 2025-03-18 04:35:08 +01:00
commit c61627dd67

View file

@ -7,7 +7,7 @@ NameToUnix/
├── CONTRIBUTING.md # Contribute-Dokumentation ├── CONTRIBUTING.md # Contribute-Dokumentation
├── .github/ # CI/CD und GitHub-spezifische Dateien ├── .github/ # CI/CD und GitHub-spezifische Dateien
│ └── workflows/ │ └── workflows/
│ └── build.yml # GitHub Actions Workflow für Build and Release │ └── build.yaml # GitHub Actions Workflow für Build and Release
├── src/ # Quellcode-Verzeichnis ├── src/ # Quellcode-Verzeichnis
│ ├── main.rs # Haupteinstiegspunkt (bereits vorhanden) │ ├── main.rs # Haupteinstiegspunkt (bereits vorhanden)
│ ├── cli.rs # CLI-Argumente und Parsing │ ├── cli.rs # CLI-Argumente und Parsing