Files
smart-home-in-rust-with-hom…/python-utils/Cargo.toml

11 lines
206 B
TOML

[package]
name = "python-utils"
version = "0.1.0"
edition = "2021"
license = { workspace = true }
[dependencies]
derive_more = { workspace = true }
pyo3 = { workspace = true }
snafu = { workspace = true }