Skip to content

Commit

Permalink
add regex crate
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmel committed Sep 27, 2024
1 parent f2b30e0 commit 142cff5
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
33 changes: 33 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 @@ -16,6 +16,7 @@ serde = { workspace = true }
futures = "0.3.30"
async-trait = "0.1.82"
tokio = { workspace = true }
regex = "1.10.6"

[workspace]
members = ["cli", "sqlite_db", "testfile"]
Expand Down

0 comments on commit 142cff5

Please sign in to comment.