This commit is contained in:
2026-09-12 21:50:09 +01:00
parent b20e03def7
commit b81eb967ee
17 changed files with 468 additions and 14 deletions
+2
View File
@@ -14,6 +14,8 @@ mod wire;
pub use config::BarbarConfig;
pub use effect::ModuleEffect;
pub use messages::{ClockKind, ClockMsg, ClockPayload};
pub use messages::modules::WeatherKind;
pub use messages::services::WeatherResponse;
pub use module::BarModule;
pub use service::Service;
pub use wire::{Endpoint, Inbox, Namespace, Target, Wire};