diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..ce5d1b2 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,5 @@ +pipeline: + backend: + image: rust + commands: + - cargo test diff --git a/Cargo.lock b/Cargo.lock index cd03249..6a1cb86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -26,7 +26,7 @@ dependencies = [ [[package]] name = "argon2-creds" -version = "0.2.2" +version = "0.2.3" dependencies = [ "ammonia", "derive_builder", diff --git a/Cargo.toml b/Cargo.toml index 0bce9ea..b16d355 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,9 +4,8 @@ version = "0.2.3" authors = ["realaravinth "] 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" diff --git a/README.md b/README.md index 4cd56aa..a70c543 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,8 @@ Argon2-Creds - convenient abstractions for managing credentials

-[![Documentation](https://img.shields.io/badge/docs-master-blue)](https://realaravinth.github.io/argon2-creds/argon2_creds/index.html) -![CI (Linux)]() -[![dependency status](https://deps.rs/repo/github/realaravinth/argon2-creds/status.svg)](https://deps.rs/repo/github/realaravinth/argon2-creds) -
-[![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)