Skip to content

Commit

Permalink
Merge pull request #7 from malik672/test_regex
Browse files Browse the repository at this point in the history
Test regex
  • Loading branch information
malik672 authored Nov 30, 2023
2 parents bd6b168 + 79d1592 commit 9411735
Show file tree
Hide file tree
Showing 23 changed files with 774 additions and 352 deletions.
131 changes: 116 additions & 15 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition = "2021"

[dependencies]
clap = "3.0.0-beta.5"
clippy = "0.0.302"
ethers = "2.0.10"
ethers-solc = "2.0.10"
regex = "1.10.2"
Expand All @@ -16,7 +17,7 @@ snap = "1.1.0"
tokio = {version = "1", features = ["full"]}



[[bin]]
name = "analyzer"
path = "src/main.rs"

Loading

0 comments on commit 9411735

Please sign in to comment.