Files
AirlockTools/airlock_libs/pyproject.toml
T
brotoskyj bf5c7d156b Added in Telemetry
Next Build will have opt-in/opt-out capabilities
2025-11-14 13:41:04 -05:00

14 lines
370 B
TOML

[build-system]
requires = ["maturin1.9.6"]
build-backend = "maturin"
[project]
name = "airlock_libs"
version = "3.0.0"
description = "Airlock Digital API Wrapper"
readme = "README.md"
license = { text = "AGPL-3.0-only" }
authors = [{ name = "James Brotosky", email = "james.brotosky@racooncity.org" }]
[tool.maturin] # if you're building via maturin
bindings = "pyo3"