Skip to content

Commit

Permalink
Merge pull request #5 from zkemail/feat/add_email_headers
Browse files Browse the repository at this point in the history
feat: Add Email Headers
  • Loading branch information
Bisht13 authored Oct 9, 2024
2 parents 49d1559 + 8750d18 commit 48a80c7
Show file tree
Hide file tree
Showing 8 changed files with 673 additions and 11 deletions.
142 changes: 142 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ num-traits = "0.2.15"
cfdkim = { version = "0.3.3", git = "https://github.com/zkemail/dkim.git" }
hmac-sha256 = { git = "https://github.com/zkemail/rust-hmac-sha256.git" }
ethers = "2.0.14"
reqwest = "0.11.22"
slog = { version = "2.7.0", features = [
"max_level_trace",
"release_max_level_warn",
Expand All @@ -44,6 +45,7 @@ slog-json = "2.6.1"
lazy_static = "1.4"
file-rotate = "0.7.5"
regex = "1.10.6"
mailparse = "0.15.0"

[dependencies.neon]
version = "0.10"
Expand Down
Loading

0 comments on commit 48a80c7

Please sign in to comment.