Exclude reference benchmarks from published crate

This commit is contained in:
Tadeo Kondrak 2020-07-17 15:40:02 -06:00
parent 0b84a989a3
commit 6ed2cf0293
No known key found for this signature in database
GPG Key ID: D41E092CA43F1D8B
1 changed files with 1 additions and 0 deletions

View File

@ -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"