pyo3/examples/plugin/.template/pre-script.rhai
2023-08-01 07:29:04 +01:00

5 lines
194 B
Plaintext

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