chore: extract python_utils and home-assistant to their own crates

This commit is contained in:
2025-04-21 21:26:14 -04:00
parent e4fd9844cc
commit f8b269b6ce
36 changed files with 76 additions and 40 deletions

View File

@@ -18,8 +18,6 @@ use tracing_subscriber::{
};
use tracing_to_home_assistant::TracingToHomeAssistant;
mod home_assistant;
mod python_utils;
mod tracing_to_home_assistant;
shadow!(build_info);