mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-03 22:50:01 +08:00
14 lines
257 B
TOML
14 lines
257 B
TOML
[build-system]
|
|
requires = ["maturin>=1.9,<2"]
|
|
build-backend = "maturin"
|
|
|
|
[project]
|
|
name = "moviepilot-rust"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.11"
|
|
description = "Rust acceleration helpers for MoviePilot"
|
|
|
|
[tool.maturin]
|
|
bindings = "pyo3"
|
|
strip = true
|