chore: extract python_utils
and home-assistant
to their own crates
This commit is contained in:
7
python-utils/Cargo.toml
Normal file
7
python-utils/Cargo.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "python-utils"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
pyo3 = { workspace = true }
|
Reference in New Issue
Block a user