diff options
Diffstat (limited to '2019/rust/Cargo.toml')
-rw-r--r-- | 2019/rust/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/2019/rust/Cargo.toml b/2019/rust/Cargo.toml new file mode 100644 index 0000000..f2bad2a --- /dev/null +++ b/2019/rust/Cargo.toml @@ -0,0 +1,4 @@ +[workspace] +members = [ + "day01", +] |