feat: implement bash scripts in rust

enables cross-platform support, closes #1.

scaffold scripts adapted from code on @steventhorne's fork, thx!
This commit is contained in:
Felix Spöttel
2022-10-17 14:43:04 +02:00
parent 7b0b9f100c
commit 49123f790a
10 changed files with 220 additions and 127 deletions

View File

@@ -7,3 +7,4 @@ default-run = "aoc"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pico-args = "0.5.0"