fix(home-assistant); activate arbitrary-value's needed pyo3 feature

This commit is contained in:
2025-04-22 01:52:36 -04:00
parent d1daa0bc01
commit 6e366a9c51

View File

@@ -8,7 +8,7 @@ license = { workspace = true }
tracing = ["dep:tracing"] tracing = ["dep:tracing"]
[dependencies] [dependencies]
arbitrary-value = { path = "../arbitrary-value" } arbitrary-value = { path = "../arbitrary-value", features = ["pyo3"] }
chrono = { workspace = true } chrono = { workspace = true }
chrono-tz = { workspace = true } chrono-tz = { workspace = true }
derive_more = { workspace = true, features = [ derive_more = { workspace = true, features = [