diff options
author | Nadrieril | 2020-08-05 18:45:28 +0100 |
---|---|---|
committer | Nadrieril | 2020-08-05 18:46:14 +0100 |
commit | 97a3719a3b4fa88873cd128fb193444c5d4bb387 (patch) | |
tree | 3e40a0fecd75d4b5b2f7e9af4642886ec4faa88e /dhall | |
parent | bc389960b34af11d6180328e355eaadba1ddc07b (diff) |
fix: fix Cargo.toml for publication
Diffstat (limited to '')
-rw-r--r-- | dhall/Cargo.toml | 1 |
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" |