diff options
Diffstat (limited to '2022/Rust/Cargo.toml')
| -rwxr-xr-x | 2022/Rust/Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/2022/Rust/Cargo.toml b/2022/Rust/Cargo.toml index 16a858c..382ee7a 100755 --- a/2022/Rust/Cargo.toml +++ b/2022/Rust/Cargo.toml @@ -36,3 +36,15 @@ path = "src/day6.rs" [[bin]] name = "day7" path = "src/day7.rs" + +[[bin]] +name = "day8" +path = "src/day8.rs" + +[[bin]] +name = "day9" +path = "src/day9.rs" + +[[bin]] +name = "day10" +path = "src/day10.rs" |
