feat: mv to git.batsense.net
This commit is contained in:
parent
7783730d2c
commit
59c29fbe33
4 changed files with 10 additions and 9 deletions
5
.woodpecker.yml
Normal file
5
.woodpecker.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
pipeline:
|
||||||
|
backend:
|
||||||
|
image: rust
|
||||||
|
commands:
|
||||||
|
- cargo test
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue