Spaces:
Sleeping
Sleeping
| [build-system] | |
| requires = ["maturin>=1.11.5", "cffi>=1.17", "setuptools>=75"] | |
| build-backend = "maturin" | |
| [project] | |
| name = "engine_rust" | |
| version = "0.1.2" | |
| description = "Rust engine bindings" | |
| requires-python = ">=3.11" | |
| dependencies = ["numpy", "cffi>=1.17"] | |