summaryrefslogtreecommitdiffstats
path: root/guide/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'guide/Cargo.toml')
-rw-r--r--guide/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/guide/Cargo.toml b/guide/Cargo.toml
index 01b02208..713c6143 100644
--- a/guide/Cargo.toml
+++ b/guide/Cargo.toml
@@ -14,3 +14,6 @@ build = "build.rs"
[dependencies]
sequoia-openpgp = { path = "../openpgp", version = "1.0.0" }
anyhow = "1.0.18"
+
+[lib]
+bench = false