Exclude reference benchmarks from published crate
1 files changed, 1 insertions(+), 0 deletions(-) M Cargo.toml
M Cargo.toml => Cargo.toml +1 -0
@@ 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"