Skip to content

Commit

Permalink
Added dependencies badge to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cry-inc committed Mar 16, 2024
1 parent bf97e48 commit d828f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ tracing-subscriber = "0.3"
serde = {version = "1", features = ["derive"] }
clap = { version = "4", features = ["derive", "env"] }
tower-http = { version = "0.5", features = ["compression-gzip"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal"] }
tokio = { version = "1.36", features = ["macros", "rt-multi-thread", "signal"] }
zip = { version = "0.6", default-features = false, features = ["deflate"] }
async-imap = {version = "0.9.7", default-features = false, features = ["runtime-tokio"] }
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![Build Status](https://github.com/cry-inc/dmarc-report-viewer/workflows/CI/badge.svg)](https://github.com/cry-inc/dmarc-report-viewer/actions)
[![No Unsafe](https://img.shields.io/badge/unsafe-forbidden-brightgreen.svg)](https://doc.rust-lang.org/nomicon/meet-safe-and-unsafe.html)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Dependencies](https://deps.rs/repo/github/cry-inc/dmarc-report-viewer/status.svg)](https://deps.rs/repo/github/cry-inc/dmarc-report-viewer)

A lightweight selfhosted standalone DMARC report viewer that automatically fetches input data periodically from an IMAP mailbox.

Expand Down

0 comments on commit d828f1a

Please sign in to comment.