diff options
author | cos <cos> | 2020-12-01 22:36:49 +0100 |
---|---|---|
committer | cos <cos> | 2020-12-01 23:47:05 +0100 |
commit | b2087ba800937e357a94ff7491cefae15e5198ef (patch) | |
tree | f5e5e6f38f0f211341d9d94a7234921ec2d0e5a5 /2020/rust/Cargo.toml | |
parent | f44158d941198d175c26ef8f74e80e4d4d0fa7a2 (diff) | |
download | adventofcode-b2087ba800937e357a94ff7491cefae15e5198ef.zip |
Add code to measure time and memory consumption
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", |