diff options
Diffstat (limited to '2022/Rust/Cargo.toml')
| -rw-r--r-- | 2022/Rust/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/2022/Rust/Cargo.toml b/2022/Rust/Cargo.toml index 90ae026..fb7aa9e 100644 --- a/2022/Rust/Cargo.toml +++ b/2022/Rust/Cargo.toml @@ -23,3 +23,8 @@ path = "src/day3.rs" [[bin]] name = "day4" path = "src/day4.rs" + + +[[bin]] +name = "day5" +path = "src/day5.rs" |
