1 2 3 4 5 6 7 8 9
pub mod dotftnet; mod identities; mod read; #[derive(Debug)] pub struct Config { pub dir: std::path::PathBuf, lock_file: std::fs::File, }