summaryrefslogtreecommitdiff
path: root/2019/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2019-12-01 14:32:16 +0100
committercos <cos>2019-12-01 14:35:35 +0100
commit5c4e69b85996965d098972edb0b92dd7fb37483c (patch)
tree4969cfe99d576ed6567dc65a80750090d4401af0 /2019/rust/Cargo.toml
downloadadventofcode-5c4e69b85996965d098972edb0b92dd7fb37483c.zip
Initial commit of solutions for adventofcode.com
With rust implementation for day01 of 2019.
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",
+]