summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dhall_parser/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/dhall_parser/Cargo.toml b/dhall_parser/Cargo.toml
index 9993dce..be76fa0 100644
--- a/dhall_parser/Cargo.toml
+++ b/dhall_parser/Cargo.toml
@@ -5,6 +5,10 @@ authors = ["Nadrieril <nadrieril@users.noreply.github.com>"]
edition = "2018"
build = "build.rs"
+[lib]
+test = false
+doctest = false
+
[build-dependencies]
abnf_to_pest = { path = "../abnf_to_pest" }