Start to implement energy consumption backend

This commit is contained in:
2024-06-29 10:11:31 +02:00
parent 9d3e2beb81
commit 49a3e3a669
8 changed files with 66 additions and 2 deletions

View File

@ -1,4 +1,5 @@
pub mod app_config;
pub mod crypto;
pub mod energy;
pub mod server;
pub mod utils;