feat: module application avec render_service et file_service

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-19 14:09:08 +02:00
parent 7d2f56a364
commit 9eae97f1d8
4 changed files with 129 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
pub mod file_service;
pub mod render_service;