From 6ed2cf02938d5817643ae669f5766f7d4598bcb7 Mon Sep 17 00:00:00 2001 From: Tadeo Kondrak Date: Fri, 17 Jul 2020 15:40:02 -0600 Subject: [PATCH] Exclude reference benchmarks from published crate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1058dc2..59e085b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ description = "An implementation of the BARE (https://git.sr.ht/~sircmpwn/bare) repository = "https://git.sr.ht/~tdeo/serde_bare" keywords = ["serde", "bare"] categories = ["encoding"] +exclude = ["benches/go-reference"] [dependencies] serde = "1.0"