feat: read configs

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-11-26 22:30:25 +03:00
parent 00e488a391
commit fdb9609514
7 changed files with 167 additions and 1 deletions

8
.gitignore vendored
View file

@ -1,3 +1,5 @@
.vscode/
# Generated by Cargo
# will have compiled files and executables
debug/
@ -18,4 +20,8 @@ Cargo.lock
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
#.idea/
# Added by cargo
/target