fix: make logic feature require serde

This commit is contained in:
Anna 2019-04-04 19:49:14 -04:00
parent 6099588294
commit dd3d23459e
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ logic = [
"failure",
"lazy_static",
"scraper",
"with_serde",
]
with_serde = [
"serde",