From bee3b9d9f6bdfd1a1b47fa9bae3cc6c7228f7cd6 Mon Sep 17 00:00:00 2001 From: Lia Date: Tue, 5 Mar 2024 15:17:45 +0100 Subject: [PATCH] update cargo.toml --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 41c947a..cb79f15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,12 @@ [package] authors = [ "Josh Holmer ", - "Lia an Haack , Fabian Odenthal ", + "Lia an Haack ", + "Fabian Odenthal ", ] description = "An entropy-based password strength estimator, originally for Javascript by Dropbox." documentation = "https://docs.rs/yxcvbn" -homepage = "https://identeco.de/en/" +homepage = "https://identeco.de/" license = "MIT" name = "yxcvbn" repository = "https://github.com/Identeco/yxcvbn" @@ -14,7 +15,7 @@ edition = "2021" rust-version = "1.63" [badges] -maintenance = { status = "passively-maintained" } +maintenance = { status = "actively-developed" } [dependencies] derive_builder = { version = "0.20.0", optional = true }