Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Metaphorme committed Nov 5, 2024
0 parents commit b26e7c2
Show file tree
Hide file tree
Showing 10 changed files with 1,109 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
365 changes: 365 additions & 0 deletions Cargo.lock

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

13 changes: 13 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[package]
name = "ezcheck"
version = "0.1.0"
edition = "2021"

[dependencies]
md2 = { version = "0.10" }
md4 = { version = "0.10" }
md-5 = { version = "0.10" }
sha1 = { version = "0.10" }
sha2 = { version = "0.10" }
digest = { version = "0.10" }
clap = { version = "4.5.20", features = ["derive"]}
Loading

0 comments on commit b26e7c2

Please sign in to comment.