20 lines
388 B
TOML
20 lines
388 B
TOML
[project]
|
|||
|
|
name = "open-xiaoai-hass"
|
||
|
|
version = "1.0.0"
|
||
|
|
description = "小爱音箱接入 Home Assistant Assist"
|
||
|
|
readme = "README.md"
|
||
|
|
requires-python = ">=3.10"
|
||
|
|
dependencies = [
|
||
|
|
"aiohttp>=3.9.0",
|
||
|
|
"websockets>=12.0",
|
||
|
|
"pydantic>=2.6.0",
|
||
|
|
"maturin>=1.8.3"
|
||
|
|
]
|
||
|
|
|
||
|
|
[build-system]
|
||
|
|
requires = ["maturin>=1.0,<2.0"]
|
||
|
|
build-backend = "maturin"
|
||
|
|
|
||
|
|
[tool.maturin]
|
||
|
|
features = ["pyo3/extension-module"]
|