refactor(rust): restructure project and update configuration management

This commit is contained in:
Félix MARQUET
2025-06-12 19:55:09 +02:00
parent 426403ad92
commit cc39b743e6
19 changed files with 1148 additions and 837 deletions

View File

@@ -18,8 +18,7 @@ RUN mkdir src && \
rm -rf src
# Copy real file
COPY ntfy.rs ./src/main.rs
COPY api.rs ./src/api.rs
COPY src/ ./src/
# Build the application
RUN cargo build --release