Files
smart-home-in-rust-with-hom…/python-utils/Cargo.toml
2026-07-09 01:35:49 -04:00

15 lines
330 B
TOML

[package]
name = "python-utils"
version = "0.1.0"
edition = "2021"
license = { workspace = true }
[features]
macros = ["dep:python-utils-macros"]
[dependencies]
derive_more = { workspace = true }
pyo3 = { workspace = true }
python-utils-macros = { optional = true, path = "../python-utils-macros" }
snafu = { workspace = true }