From ad3bc07cc46af26c13823faf536495ff423d7bc9 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Tue, 19 Mar 2019 00:04:39 +0100 Subject: Add travis integration --- dhall/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dhall/Cargo.toml') 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" -- cgit v1.2.3