diff options
Diffstat (limited to '2022/Rust/Cargo.toml')
| -rwxr-xr-x[-rw-r--r--] | 2022/Rust/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/2022/Rust/Cargo.toml b/2022/Rust/Cargo.toml index e11f9fc..16a858c 100644..100755 --- a/2022/Rust/Cargo.toml +++ b/2022/Rust/Cargo.toml @@ -32,3 +32,7 @@ path = "src/day5.rs" [[bin]] name = "day6" path = "src/day6.rs" + +[[bin]] +name = "day7" +path = "src/day7.rs" |
