working on code
[power-instruction-analyzer.git] / pyproject.toml
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 # See Notices.txt for copyright information
3 [build-system]
4 requires = ["maturin"]
5 build-backend = "maturin"
6
7 [tool.maturin]
8 bindings = "pyo3"
9 cargo-extra-args = "--features python-extension"