Applied rust fmt
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-10 01:33:39 +02:00
parent de9203b8d5
commit 3645b53f7c
29 changed files with 842 additions and 375 deletions
+8 -8
View File
@@ -1,12 +1,12 @@
#![allow(incomplete_features)]
#![feature(specialization)]
pub mod devices;
pub mod mqtt;
pub mod config;
pub mod presence;
pub mod ntfy;
pub mod light_sensor;
pub mod hue_bridge;
pub mod auth;
pub mod error;
pub mod config;
pub mod debug_bridge;
pub mod devices;
pub mod error;
pub mod hue_bridge;
pub mod light_sensor;
pub mod mqtt;
pub mod ntfy;
pub mod presence;