Files
unchecked-io/pyproject.toml
2025-11-17 15:08:01 -07:00

11 lines
221 B
TOML

[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "unchecked-io"
version = "0.1.0"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: 3",
]