summary refs log tree commit diff
path: root/04/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '04/Cargo.toml')
-rw-r--r--04/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/04/Cargo.toml b/04/Cargo.toml
index 00ee1d2..720a70b 100644
--- a/04/Cargo.toml
+++ b/04/Cargo.toml
@@ -7,3 +7,6 @@ edition = "2018"
 [dependencies]
 advent_lib = { path = "../lib" }
 regex = "1"
+
+[dev-dependencies]
+assert_cmd = "0.10"