feat: mv to git.batsense.net
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
Aravinth Manivannan 2023-10-14 16:38:56 +05:30
parent 7783730d2c
commit 59c29fbe33
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
4 changed files with 10 additions and 9 deletions

5
.woodpecker.yml Normal file
View File

@ -0,0 +1,5 @@
pipeline:
backend:
image: rust
commands:
- cargo test

2
Cargo.lock generated
View File

@ -26,7 +26,7 @@ dependencies = [
[[package]]
name = "argon2-creds"
version = "0.2.2"
version = "0.2.3"
dependencies = [
"ammonia",
"derive_builder",

View File

@ -4,9 +4,8 @@ version = "0.2.3"
authors = ["realaravinth <realaravinth@batsense.net>"]
description = "Convenient abstractions for all things credentials"
keywords = ["credentials", "password", "argon2"]
homepage = "https://github.com/realaravinth/argon2-creds"
repository = "https://github.com/realaravinth/argon2-creds"
documentation = "https://realaravinth.github.io/argon2-creds/argon2_creds/index.html"
homepage = "https://git.batsense.net/realaravinth/argon2-creds"
repository = "https://git.batsense.net/realaravinth/argon2-creds"
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2021"

View File

@ -4,11 +4,8 @@
<strong>Argon2-Creds - convenient abstractions for managing credentials</strong>
</p>
[![Documentation](https://img.shields.io/badge/docs-master-blue)](https://realaravinth.github.io/argon2-creds/argon2_creds/index.html)
![CI (Linux)](<https://github.com/realaravinth/argon2-creds/workflows/CI%20(Linux)/badge.svg>)
[![dependency status](https://deps.rs/repo/github/realaravinth/argon2-creds/status.svg)](https://deps.rs/repo/github/realaravinth/argon2-creds)
<br />
[![codecov](https://codecov.io/gh/realaravinth/argon2-creds/branch/master/graph/badge.svg)](https://codecov.io/gh/realaravinth/argon2-creds)
[![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)
</div>