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