Implements a notification system for EmbassyOS

This commit is contained in:
Keagan McClelland
2021-09-13 14:59:19 -06:00
committed by Aiden McClelland
parent 407ab944ba
commit 59e1c76bc0
6 changed files with 290 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ pub mod manager;
pub mod middleware;
pub mod migration;
pub mod net;
pub mod notifications;
pub mod properties;
pub mod recovery;
pub mod s9pk;