summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2020-08-05 18:45:28 +0100
committerNadrieril2020-08-05 18:46:14 +0100
commit97a3719a3b4fa88873cd128fb193444c5d4bb387 (patch)
tree3e40a0fecd75d4b5b2f7e9af4642886ec4faa88e /dhall/Cargo.toml
parentbc389960b34af11d6180328e355eaadba1ddc07b (diff)
fix: fix Cargo.toml for publication
Diffstat (limited to 'dhall/Cargo.toml')
-rw-r--r--dhall/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"