Files
AirlockTools/airlock_libs/pyproject.toml
T
brotoskyj f3c1d97d28
Build Library / Build Library (push) Successful in 6m18s
Implemented Threaded Rust Process
It still locks the GIL, but this is the ground work for the non blocking GUI. Python objects are converted to Rust objects in the beginning of the function call so they can be sent to threads safely.
2025-12-02 10:53:25 -05:00

14 lines
370 B
TOML

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