From e30580e3663bfa5538698df0de5b871b1e2f44e2 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 27 Mar 2022 00:27:01 -0600 Subject: include parsing feature by default --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea1e5a6..1e4e791 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "BlueOak-1.0.0" keywords = ["kdl"] [features] -default = [] +default = ["parse-knuffel"] # TODO parse-kdl parse-knuffel = ["knuffel"] -- cgit v1.2.3