pyo3/examples/getitem/.template/pre-script.rhai
2023-06-15 16:39:25 -05:00

5 lines
180 B
Plaintext

variable::set("PYO3_VERSION", "0.19.0");
file::rename(".template/Cargo.toml", "Cargo.toml");
file::rename(".template/pyproject.toml", "pyproject.toml");
file::delete(".template");