Skip to main content

kimun_notes/
lib.rs

1// Library entry-point exposing modules needed by integration tests.
2pub mod cli;
3pub mod components;
4pub mod keys;
5pub mod settings;
6pub mod update;
7pub mod util;
8
9#[cfg(test)]
10mod test_support;