Skip to content

Commit

Permalink
rules+main: migrate from toml to lua for configuration
Browse files Browse the repository at this point in the history
this change is necessary because i want to allow the user to hook into the analysis of sql statements via a lua api, this would have been disgusting in toml
  • Loading branch information
xNaCly committed Dec 5, 2024
1 parent 27364a9 commit 9aa8594
Show file tree
Hide file tree
Showing 7 changed files with 368 additions and 73 deletions.
284 changes: 282 additions & 2 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 @@ -10,5 +10,6 @@ trace_parser = []

[dependencies]
clap = { version = "4.5", features = ["derive"] }
mlua = {version = "0.10.2", features = ["lua54", "vendored", "serialize"]}
serde = { version = "1.0", features = ["derive"] }
toml = "0.8.19"
Loading

0 comments on commit 9aa8594

Please sign in to comment.