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 420d5ab..0f57bd0 100644 --- a/2019/rust/Cargo.toml +++ b/2019/rust/Cargo.toml @@ -9,4 +9,5 @@ members = [ "day07", "day08", "day09", + "day10", ] |