Make parse feature the default

This commit is contained in:
2020-04-09 16:07:28 +02:00
parent 19e70a90c5
commit 2907d10148
+1
View File
@@ -16,4 +16,5 @@ edition = "2018"
nom = {version = "5.1", optional = true} nom = {version = "5.1", optional = true}
[features] [features]
default = ["parse"]
parse = ["nom"] parse = ["nom"]