From 17b2e5275b111111b909e5a21583981bf3dbab23 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 1 Jun 2021 23:38:30 +0100 Subject: [PATCH] Exclude contributor agreement from published crate Can't contribute to hash-pinned binaries! This file is only needed in the repo itself. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c0571f5..d55b98c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ license-file = "LICENSE-BOSL" repository = "https://github.com/zcash/pasta_curves" documentation = "https://docs.rs/pasta_curves" readme = "README.md" +exclude = ["Contributor_Agreement"] # We are not publishing this yet. publish = false