Skip to content

Commit

Permalink
feat(examples): Restructure the example program to accept schema conf…
Browse files Browse the repository at this point in the history
…ig and input log file from command line arguments. (#18)
  • Loading branch information
LinZhihao-723 authored Dec 16, 2024
1 parent ab6f529 commit 401a91d
Show file tree
Hide file tree
Showing 10 changed files with 518 additions and 109 deletions.
174 changes: 174 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 @@ -4,5 +4,6 @@ version = "0.0.1"
edition = "2021"

[dependencies]
clap = "4.5.23"
regex-syntax = "0.8.5"
serde_yaml = "0.9.34"
Loading

0 comments on commit 401a91d

Please sign in to comment.