Updated gitignore file to not include cargo or pyproject
Build Library / Build Library (push) Failing after 1m39s

This commit is contained in:
brotoskyj
2025-11-05 18:12:30 -05:00
parent c71920d90a
commit 582c4445f3
3 changed files with 47 additions and 3 deletions
+14
View File
@@ -0,0 +1,14 @@
[build-system]
requires = ["maturin1.9.6"]
build-backend = "maturin"
[project]
name = "airlock_libs"
version = "1.0.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"