summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@gmail.com>2020-12-02 20:50:05 -0800
committerIrene Knapp <ireneista@gmail.com>2020-12-02 20:50:05 -0800
commit217a60c017cf54226653321c8cb5a0f844b2101d (patch)
tree304ff83605ee9d5d15fcd4377f2b82bc7cc48bdb /Cargo.toml
parent55e038a16ff2a142c2144850c5bbf1ea8b5cc473 (diff)
Day 2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2446b10..1caad48 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,4 +2,5 @@
 members = [
   "lib",
   "01",
+  "02",
 ]