Skip to content

Commit

Permalink
Initial attempt of implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jihchi committed Oct 10, 2021
1 parent e49c92c commit 6a687ed
Show file tree
Hide file tree
Showing 7 changed files with 1,420 additions and 18 deletions.
201 changes: 187 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ repository = "https://github.com/jihchi/kq.git"
license-file = "LICENSE"
keywords = ["kdl", "query", "transform", "config", "document"]

[dev-dependencies]
assert_cmd = "2.0.1"
predicates = "2.0.2"
indoc = "1.0.3"

[dependencies]
kdl = "1.1.0"
kdl = "3.0.0"
nom = "7.0.0"
getopts = "0.2"
Loading

0 comments on commit 6a687ed

Please sign in to comment.