Skip to main content

mai_cli/storage/
mod.rs

1pub mod registry;
2pub mod xdg;
3
4pub use registry::Registry;
5pub use xdg::{XdgPaths, ensure_dirs};