8 lines
125 B
TOML
8 lines
125 B
TOML
[build-system]
|
|
requires = ["maturin>=1,<2"]
|
|
build-backend = "maturin"
|
|
|
|
[project]
|
|
name = "{{project-name}}"
|
|
version = "0.1.0"
|