Files
AirlockTools/airlock_libs/pyproject.toml
T
brotoskyj 59bb97ec4e
Build Library / Build Library (push) Successful in 5m30s
Refactored LoxideLibs
1. Added compatibility check, LoxideLibs will now abort the entire program if OS is not linux or windows.
2. Changed the python data extraction compatibility layer, LoxideLibs was calling the extract data function twice, causing very slight overhead. I have now changed this so that the function returns a Struct that is now easily extractable via dot method notation.
2025-12-11 11:47:50 -05:00

14 lines
370 B
TOML

[build-system]
requires = ["maturin1.9.6"]
build-backend = "maturin"
[project]
name = "airlock_libs"
version = "5.2.1"
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"