advent-of-code/.cargo/config
Felix Spöttel 49123f790a feat: implement bash scripts in rust
enables cross-platform support, closes #1.

scaffold scripts adapted from code on @steventhorne's fork, thx!
2022-10-17 14:43:04 +02:00

4 lines
101 B
Text

[alias]
rr = "run --release"
scaffold = "run --bin scaffold -- "
download = "run --bin download -- "