mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2025-12-16 23:04:57 +00:00
hygen rust
This commit is contained in:
10
_templates/riddle/new/cargo.ejs.t
Normal file
10
_templates/riddle/new/cargo.ejs.t
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
inject: true
|
||||
to: cargo.toml
|
||||
before: "# INJECT HERE"
|
||||
skip_if: <%= id %>
|
||||
---
|
||||
|
||||
[[bin]]
|
||||
name = "<%= id %>"
|
||||
path = "<%= dir %>/rust/main.rs"
|
||||
Reference in New Issue
Block a user