LovecaSim / engine_rust_src /pyproject.toml
trioskosmos's picture
Upload folder using huggingface_hub
88d4171 verified
raw
history blame
221 Bytes
[build-system]
requires = ["maturin>=1.11.5"]
build-backend = "maturin"
[project]
name = "engine_rust"
version = "0.1.2"
description = "Rust engine bindings"
requires-python = ">=3.11"
dependencies = ["numpy"]