diff options
Diffstat (limited to '2019/rust/Cargo.toml')
-rw-r--r-- | 2019/rust/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2019/rust/Cargo.toml b/2019/rust/Cargo.toml index cd02164..a361d72 100644 --- a/2019/rust/Cargo.toml +++ b/2019/rust/Cargo.toml @@ -6,4 +6,5 @@ members = [ "day04", "day05", "day06", + "day07", ] |