diff options
-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"] |
index : kdl-schema | ||
schema types & parsing for KDL |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Cargo.toml | 2 |
@@ -9,7 +9,7 @@ license = "BlueOak-1.0.0" keywords = ["kdl"] [features] -default = [] +default = ["parse-knuffel"] # TODO parse-kdl parse-knuffel = ["knuffel"] |