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 b5a41d5..caf0fc3 100644 --- a/2019/rust/Cargo.toml +++ b/2019/rust/Cargo.toml @@ -3,4 +3,5 @@ members = [ "day01", "day02", "day03", + "day04", ] |