aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2022-03-26 21:10:56 -0600
committerMelody Horn <melody@boringcactus.com>2022-03-26 21:10:56 -0600
commit038e68aa0309db5a4d16074bdeae10c2fd36b451 (patch)
tree355efa66afb98b9132ff0141d13869d075d846b1 /Cargo.toml
parentcf6012c774df96fe62ddb6cbbacfb37fcab56815 (diff)
downloadkdl-schema-038e68aa0309db5a4d16074bdeae10c2fd36b451.tar.gz
kdl-schema-038e68aa0309db5a4d16074bdeae10c2fd36b451.zip
kdl parsing is happening eventually but not yet
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 95cd5cc..c8aee8e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ edition = "2021"
[features]
default = []
+# TODO parse-kdl
parse-knuffel = ["knuffel"]
[dependencies]