summaryrefslogtreecommitdiff
path: root/2020/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2020-12-01 22:36:49 +0100
committercos <cos>2020-12-01 23:47:05 +0100
commitb2087ba800937e357a94ff7491cefae15e5198ef (patch)
treef5e5e6f38f0f211341d9d94a7234921ec2d0e5a5 /2020/rust/Cargo.toml
parentf44158d941198d175c26ef8f74e80e4d4d0fa7a2 (diff)
downloadadventofcode-b2087ba800937e357a94ff7491cefae15e5198ef.zip
Add code to measure time and memory consumption
Diffstat (limited to '2020/rust/Cargo.toml')
-rw-r--r--2020/rust/Cargo.toml1
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",