Files
donutbrowser/src-tauri/src/profile/mod.rs
T
2026-09-09 10:09:14 +04:00

11 lines
192 B
Rust

pub mod clear_on_close;
pub mod encryption;
pub mod manager;
pub mod password;
pub mod portable;
pub mod trash;
pub mod types;
pub use manager::ProfileManager;
pub use types::BrowserProfile;