88d4171
1
2
3
4
5
6
7
8
9
10
11
[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"]