Skip to content

Commit

Permalink
feat: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-something committed Feb 1, 2025
1 parent c0ffee5 commit c0ffee2
Show file tree
Hide file tree
Showing 5 changed files with 440 additions and 171 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/target
.DS_Store
coverage.info
lcov.info
201 changes: 200 additions & 1 deletion Cargo.lock

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

9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,20 @@ readme = "readme.MD"
keywords = ["medusa", "solidity", "fuzzing", "template"]
categories = ["command-line-utilities"]

[lib]
name = "medusa_gen"
path = "src/lib.rs"

[[bin]]
name = "medusa-gen"
path = "src/main.rs"



[dependencies]
anyhow = "1.0.92"
askama = "0.12.1"
clap = { version = "4.5.20", features = ["cargo", "derive"] }
fs_extra = "1.3.0"
tempfile = "3.13.0"

[dev-dependencies]
serial_test = "3.2.0"
Loading

0 comments on commit c0ffee2

Please sign in to comment.