Define configuration and CLI contracts (#2)

This commit is contained in:
Hermes Agent
2026-08-09 21:22:31 +00:00
parent 41e56367bd
commit 2dff2d5254
12 changed files with 2927 additions and 12 deletions

View File

@@ -5,5 +5,8 @@
//!
//! This crate is the sole owner of stored and derived password-store objects.
pub mod command;
pub mod config;
/// Product name shared by the presentation adapters.
pub const PRODUCT_NAME: &str = "IronStorage";