mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-27 22:13:12 -08:00
chore: Move rest of coloring.rs into secret-memory crate
Also removes the StoreSecret trait from cli.rs as it was redundant.
This commit is contained in:
committed by
Karolin Varner
parent
7bda010a9b
commit
cf132bca11
@@ -1,4 +1,8 @@
|
||||
pub mod debug;
|
||||
pub mod file;
|
||||
|
||||
mod public;
|
||||
pub use crate::public::Public;
|
||||
|
||||
pub mod debug;
|
||||
mod secret;
|
||||
pub use crate::secret::Secret;
|
||||
|
||||
Reference in New Issue
Block a user