summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/Cargo.toml')
-rw-r--r--dhall/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml
index fd462b1..3c3e375 100644
--- a/dhall/Cargo.toml
+++ b/dhall/Cargo.toml
@@ -7,6 +7,9 @@ edition = "2018"
[lib]
doctest = false
+[features]
+nothreads = [] # disable threads for tarpaulin
+
[dependencies]
bytecount = "0.5.1"
itertools = "0.8.0"