feat: initialize project structure, modules and configurations

This commit is contained in:
0xcathiefish
2026-05-30 08:38:18 +00:00
commit aa80ac21ee
15 changed files with 778 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# Application Environment Variables Template
# Name of the application (e.g. nosync-app)
APP_NAME=
# Logging configuration level (e.g. info, debug, trace)
RUST_LOG=info