Skip to content

Commit

Permalink
Updete README, Cargo.toml, dependencies (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrLSD authored Dec 22, 2023
1 parent f4f2a54 commit 487185c
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 56 deletions.
100 changes: 50 additions & 50 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ publish = false
[lib]
crate-type = ["cdylib", "rlib"]

[lints.clippy]
all = "deny"
nursery = "deny"
pedantic = "deny"

[dependencies]
anyhow = "1"
hex = "0.4"
Expand Down
Loading

0 comments on commit 487185c

Please sign in to comment.