summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2018-10-10 00:22:59 +0200
committerNora <nora.widdecke@tu-bs.de>2018-10-28 00:17:36 +0200
commit57a768016c7634499b6a191c8c2d787f0b6450c5 (patch)
treeb66387fb4c8ec625e0f69802ded6b759860f38d2 /Cargo.toml
parenta38f7b4332384df3dc2e8435315763b10f6fd20e (diff)
use indoc for test case
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 0911e51..baf33db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,3 +10,4 @@ itertools = "0.7.8"
log = "0.4.5"
simple_logger = "1.0.1"
yansi = "0.4.0"
+indoc = "0.2.8"