summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-03-24 17:59:57 +0100
committerNadrieril2019-03-24 18:00:55 +0100
commita6f61ec4843f4ec91eb9651b79c8b843fb995b46 (patch)
tree1c082c2e820f117fb86c69f7ba9b659b8af7ac2f /dhall/Cargo.toml
parent8bae9a8fab523668e9aea96e4f32cec21e22998a (diff)
Generate parser tests list automatically
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 3c3e375..234daa4 100644
--- a/dhall/Cargo.toml
+++ b/dhall/Cargo.toml
@@ -3,6 +3,7 @@ name = "dhall"
version = "0.1.0"
authors = ["NanoTech <nanotech@nanotechcorp.net>", "Nadrieril <nadrieril@users.noreply.github.com>"]
edition = "2018"
+build = "build.rs"
[lib]
doctest = false