pyo3/examples/decorator/.template/pre-script.rhai

5 lines
180 B
Plaintext

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