summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-10-27 10:31:24 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-10-27 14:06:50 +0100
commit12a62951585c9d23e28a5520c57e422c2f45ab2a (patch)
treebdb17f1240fc00e866d96f858faec9c2a67f5b96 /Cargo.toml
parenta9fb2644cac1a4fe8cd75df3ed8b5f9182cb8238 (diff)
Add multiline string test
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8d163d7..4d882a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,3 +30,6 @@ url = { version = "2", features = ["serde"] }
tokio = { version = "0.2", features = ["full"] }
shiplift = { git = "https://github.com/softprops/shiplift", branch = "master" }
+
+[dev-dependencies]
+indoc = "1"