diff options
Diffstat (limited to '2020/rust/Cargo.toml')
-rw-r--r-- | 2020/rust/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2020/rust/Cargo.toml b/2020/rust/Cargo.toml index 9674b94..ee71f9e 100644 --- a/2020/rust/Cargo.toml +++ b/2020/rust/Cargo.toml @@ -1,5 +1,6 @@ [workspace] members = [ + "aoc", "day01", # "day02", # "day03", |