summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2018-11-27 12:03:45 +0100
committerNora <nora.widdecke@tu-bs.de>2018-11-27 12:03:45 +0100
commit7f464f7ac5e06c8ea47dc0e63a310847928ca55f (patch)
tree80163ed7ff130d7c1da662d0b2528167aba8351f /Cargo.toml
parent1ef190faad62fe20cc55929d3146e1191fa3fada (diff)
actually recurse directory for indexing
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 b794566..78f0fdf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,3 +12,4 @@ yansi = "0.4.0"
indoc = "0.2.8"
stderrlog = "0.4"
atty = "0.2"
+walkdir = "2.2.7"