Skip to content

Commit

Permalink
Merge pull request #44 from pwnxpl0it/liquid
Browse files Browse the repository at this point in the history
Liquid Support
  • Loading branch information
pwnxpl0it authored Sep 28, 2024
2 parents 65e1b61 + 3f16479 commit 1fa0f1b
Show file tree
Hide file tree
Showing 7 changed files with 340 additions and 13 deletions.
275 changes: 275 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ clap = { version = "3.2.17", features = ["derive"] }
colored = "2.0.0"
indexmap = "2.2.6"
jq-rs = { version = "0.4.1", features = ["bundled"] }
liquid = "0.26.9"
promptly = "0.3.1"
regex = "1.7.1"
serde = { version = "1.0.152", features = ["serde_derive"] }
Expand Down
Loading

0 comments on commit 1fa0f1b

Please sign in to comment.