aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2022-03-27 00:27:01 -0600
committerMelody Horn <melody@boringcactus.com>2022-03-27 00:27:01 -0600
commite30580e3663bfa5538698df0de5b871b1e2f44e2 (patch)
treeb0bcfb04e6318ae249cf00ac7ce8f9a348f87e74 /Cargo.toml
parent57e7a3513a7d247923288e05f9dd0cbc8ef288fd (diff)
downloadkdl-schema-e30580e3663bfa5538698df0de5b871b1e2f44e2.tar.gz
kdl-schema-e30580e3663bfa5538698df0de5b871b1e2f44e2.zip
include parsing feature by default
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"]