a80c2ca1e1
Build Library / Build Library (push) Successful in 4m46s
closes #34 Removed a lot of unwraps, most remaining unwraps will likely stay in the code, as it will be expected behavior to panic and crash rather than a system level abort/exit event
14 lines
370 B
TOML
14 lines
370 B
TOML
[build-system]
|
|
requires = ["maturin1.9.6"]
|
|
build-backend = "maturin"
|
|
|
|
[project]
|
|
name = "airlock_libs"
|
|
version = "4.0.2"
|
|
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" |