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

@@ -4,7 +4,9 @@ members = [
"driver/kasa",
"emitter-and-signal",
"entrypoint",
"home-assistant",
"protocol",
"python-utils",
]
resolver = "2"
@@ -12,7 +14,7 @@ resolver = "2"
backoff = "0.4.0"
chrono = "0.4.40"
chrono-tz = "0.10.1"
deranged = "0.4.1"
deranged = "0.4"
derive_more = "2.0.1"
snafu = "0.8.5"
tokio = "1.32.0"