Exclude benchmarks from workspace

This commit is contained in:
Chris Wong 2017-10-07 14:20:53 +13:00
parent 9674865846
commit 366573c072

View file

@ -6,3 +6,6 @@ members = [
"maud_lints", "maud_lints",
"maud_extras", "maud_extras",
] ]
exclude = [
"benchmarks",
]