summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-03-19 00:04:39 +0100
committerNadrieril2019-03-19 00:04:39 +0100
commitad3bc07cc46af26c13823faf536495ff423d7bc9 (patch)
tree68c1cd51844a82f92dcc3ea3fd3d18f8a9f4622e /dhall/Cargo.toml
parent5f0331e9a339768dfa40018d1f82c4815dbd11af (diff)
Add travis integration
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"