pyo3/examples/word-count/.template/pre-script.rhai

4 lines
120 B
Plaintext
Raw Normal View History

2023-04-11 06:43:42 +00:00
variable::set("PYO3_VERSION", "0.18.3");
file::rename(".template/Cargo.toml", "Cargo.toml");
file::delete(".template");