From 97a3719a3b4fa88873cd128fb193444c5d4bb387 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Wed, 5 Aug 2020 18:45:28 +0100 Subject: fix: fix Cargo.toml for publication --- dhall/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'dhall/Cargo.toml') diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml index 98878d5..0884a8d 100644 --- a/dhall/Cargo.toml +++ b/dhall/Cargo.toml @@ -14,6 +14,7 @@ include = ["src/**/*", "README.md", "build.rs"] [[test]] name = "spec" harness = false +path = "tests/spec.rs" [dependencies] annotate-snippets = "0.7.0" -- cgit v1.2.3