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