summaryrefslogtreecommitdiff
path: root/2022/Rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '2022/Rust/Cargo.toml')
-rw-r--r--2022/Rust/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/2022/Rust/Cargo.toml b/2022/Rust/Cargo.toml
index fb7aa9e..e11f9fc 100644
--- a/2022/Rust/Cargo.toml
+++ b/2022/Rust/Cargo.toml
@@ -28,3 +28,7 @@ path = "src/day4.rs"
[[bin]]
name = "day5"
path = "src/day5.rs"
+
+[[bin]]
+name = "day6"
+path = "src/day6.rs"