Add deps.rs badge (#493)
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lettre"
|
name = "lettre"
|
||||||
version = "0.10.0-alpha.3" # remember to update html_root_url and README.md
|
# remember to update html_root_url and README.md (Cargo.toml example and deps.rs badge)
|
||||||
|
version = "0.10.0-alpha.3"
|
||||||
description = "Email client"
|
description = "Email client"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://lettre.rs"
|
homepage = "https://lettre.rs"
|
||||||
|
|||||||
@@ -27,6 +27,13 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
<a href="https://deps.rs/crate/lettre/0.10.0-alpha.3">
|
||||||
|
<img src="https://deps.rs/crate/lettre/0.10.0-alpha.3/status.svg"
|
||||||
|
alt="dependency status" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**NOTE**: this readme refers to the 0.10 version of lettre, which is
|
**NOTE**: this readme refers to the 0.10 version of lettre, which is
|
||||||
|
|||||||
Reference in New Issue
Block a user