Implement read-only vault domains (#6)

This commit is contained in:
Hermes Agent
2026-08-09 22:22:21 +00:00
parent 34ce731716
commit dca07b7fbd
9 changed files with 1039 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
pub mod command;
pub mod config;
pub mod crypto;
pub mod read;
pub mod recipient;
pub mod repository;