mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-05-06 18:36:41 +02:00
6 lines
97 B
Rust
6 lines
97 B
Rust
pub mod manager;
|
|
pub mod types;
|
|
|
|
pub use manager::ProfileManager;
|
|
pub use types::BrowserProfile;
|