feat: add notification module
This commit is contained in:
parent
45bd3650ea
commit
aec31b7e88
8 changed files with 125 additions and 4 deletions
|
@ -16,6 +16,8 @@ pub mod process;
|
|||
pub mod tauri;
|
||||
#[cfg(feature = "window")]
|
||||
pub mod window;
|
||||
#[cfg(feature = "notification")]
|
||||
pub mod notification;
|
||||
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
pub enum Error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue