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

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]] [[package]]
name = "argon2-creds" name = "argon2-creds"
version = "0.2.2" version = "0.2.3"
dependencies = [ dependencies = [
"ammonia", "ammonia",
"derive_builder", "derive_builder",

View file

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

View file

@ -4,11 +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-master-blue)](https://realaravinth.github.io/argon2-creds/argon2_creds/index.html) [![status-badge](https://ci.batsense.net/api/badges/97/status.svg)](https://ci.batsense.net/repos/97)
![CI (Linux)](<https://github.com/realaravinth/argon2-creds/workflows/CI%20(Linux)/badge.svg>) [![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/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)
</div> </div>