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

7
python-utils/Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "python-utils"
version = "0.1.0"
edition = "2021"
[dependencies]
pyo3 = { workspace = true }