Aktualisiert Projekt_Struktur.txt
This commit is contained in:
parent
01e8abdc92
commit
a48dd82dff
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue