b19eeb6c96
Build Library / Build Library (push) Successful in 6m22s
Changed date math so that the last date from the first response from the API is the minimum value for the progress bar. This gives true progress percentages from the first date to the last date on the last request. #36
14 lines
370 B
TOML
14 lines
370 B
TOML
[build-system]
|
|
requires = ["maturin1.9.6"]
|
|
build-backend = "maturin"
|
|
|
|
[project]
|
|
name = "airlock_libs"
|
|
version = "5.1.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" |