This commit is contained in:
parent
e04d206475
commit
db992117dd
2 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@ keywords = ["credentials", "password", "argon2"]
|
||||||
homepage = "https://git.batsense.net/realaravinth/argon2-creds"
|
homepage = "https://git.batsense.net/realaravinth/argon2-creds"
|
||||||
repository = "https://git.batsense.net/realaravinth/argon2-creds"
|
repository = "https://git.batsense.net/realaravinth/argon2-creds"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
documentation = "https://docs.rs/argon2_creds"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
<strong>Argon2-Creds - convenient abstractions for managing credentials</strong>
|
<strong>Argon2-Creds - convenient abstractions for managing credentials</strong>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
[![Documentation](https://img.shields.io/badge/docs-v0.2-3)](https://docs.rs/argon2_creds)
|
||||||
[![status-badge](https://ci.batsense.net/api/badges/97/status.svg)](https://ci.batsense.net/repos/97)
|
[![status-badge](https://ci.batsense.net/api/badges/97/status.svg)](https://ci.batsense.net/repos/97)
|
||||||
[![dependency status](https://deps.rs/repo/gitea/git.batsense.net/realaravinth/argon2-creds/status.svg)](https://deps.rs/repo/gitea/git.batsense.net/realaravinth/argon2-creds)
|
[![dependency status](https://deps.rs/repo/gitea/git.batsense.net/realaravinth/argon2-creds/status.svg)](https://deps.rs/repo/gitea/git.batsense.net/realaravinth/argon2-creds)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue