summaryrefslogtreecommitdiff
path: root/2019/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '2019/rust/Cargo.toml')
-rw-r--r--2019/rust/Cargo.toml4
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",
+]