pyo3/examples/maturin-starter/.template/pre-script.rhai

5 lines
180 B
Plaintext
Raw Normal View History

2023-05-28 21:47:00 +00:00
variable::set("PYO3_VERSION", "0.19.0");
file::rename(".template/Cargo.toml", "Cargo.toml");
file::rename(".template/pyproject.toml", "pyproject.toml");
file::delete(".template");