summary refs log tree commit diff
path: root/03/Cargo.toml
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@gmail.com>2020-12-06 02:11:04 -0800
committerIrene Knapp <ireneista@gmail.com>2020-12-06 02:11:04 -0800
commit08491f4e7e21ca2e59aaeb90aee0982add800859 (patch)
tree663a6d4a886df590cf3841244d4d742ad7006318 /03/Cargo.toml
parent8993e7677d8ec550ea8de53ac8e3edbe48135b4d (diff)
Add regression tests.
Diffstat (limited to '03/Cargo.toml')
-rw-r--r--03/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/03/Cargo.toml b/03/Cargo.toml
index cffd384..189ca3f 100644
--- a/03/Cargo.toml
+++ b/03/Cargo.toml
@@ -6,3 +6,6 @@ edition = "2018"
 
 [dependencies]
 advent_lib = { path = "../lib" }
+
+[dev-dependencies]
+assert_cmd = "0.10"