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