Exclude reference benchmarks from published crate
This commit is contained in:
parent
0b84a989a3
commit
6ed2cf0293
|
@ -8,6 +8,7 @@ description = "An implementation of the BARE (https://git.sr.ht/~sircmpwn/bare)
|
||||||
repository = "https://git.sr.ht/~tdeo/serde_bare"
|
repository = "https://git.sr.ht/~tdeo/serde_bare"
|
||||||
keywords = ["serde", "bare"]
|
keywords = ["serde", "bare"]
|
||||||
categories = ["encoding"]
|
categories = ["encoding"]
|
||||||
|
exclude = ["benches/go-reference"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
|
|
Loading…
Reference in New Issue