mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2024-10-31 23:54:11 +01:00
11 lines
141 B
Perl
11 lines
141 B
Perl
---
|
|
inject: true
|
|
to: cargo.toml
|
|
before: "# INJECT HERE"
|
|
skip_if: <%= id %>
|
|
---
|
|
|
|
[[bin]]
|
|
name = "<%= id %>"
|
|
path = "<%= dir %>/rust/main.rs"
|