the file structure has been created and the application's basic architecture has been defined

This commit is contained in:
Александр Ебаклаков
2026-03-21 19:33:45 +03:00
commit c0a1fa6273
68 changed files with 15904 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
// Event emitter
// Push events to frontend: vault-updated, system-locked

View File

@@ -0,0 +1 @@
pub mod emitter;