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