Define configuration and CLI contracts (#2)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user