Skip to main content

bookmarks/
lib.rs

1pub mod cli;
2
3pub use bookmarks_core::{Config, Storage, TomlStorage};
4pub use cli::run_cli;