diff options
author | Melody Horn <melody@boringcactus.com> | 2022-03-27 00:27:01 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2022-03-27 00:27:01 -0600 |
commit | e30580e3663bfa5538698df0de5b871b1e2f44e2 (patch) | |
tree | b0bcfb04e6318ae249cf00ac7ce8f9a348f87e74 | |
parent | 57e7a3513a7d247923288e05f9dd0cbc8ef288fd (diff) | |
download | kdl-schema-e30580e3663bfa5538698df0de5b871b1e2f44e2.tar.gz kdl-schema-e30580e3663bfa5538698df0de5b871b1e2f44e2.zip |
include parsing feature by default
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ license = "BlueOak-1.0.0" keywords = ["kdl"] [features] -default = [] +default = ["parse-knuffel"] # TODO parse-kdl parse-knuffel = ["knuffel"] |