advent-of-code/_templates/riddle/new/cargo.ejs.t
2023-11-18 17:06:39 +01:00

11 lines
141 B
Perl

---
inject: true
to: cargo.toml
before: "# INJECT HERE"
skip_if: <%= id %>
---
[[bin]]
name = "<%= id %>"
path = "<%= dir %>/rust/main.rs"