mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2024-11-01 08:04:12 +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"
|