hyprshell_config_edit_lib/
lib.rs1mod components;
2mod start;
3mod structs;
4mod util;
5
6pub const APPLICATION_EDIT_ID: &str = "com.github.h3rmt.hyprshell-edit";
7pub use start::start;
8
9#[allow(clippy::wildcard_imports)]
10pub(crate) use structs::*;