Skip to content

Commit

Permalink
update cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lia committed Mar 5, 2024
1 parent 2f95556 commit bee3b9d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[package]
authors = [
"Josh Holmer <[email protected]>",
"Lia an Haack <[email protected]>, Fabian Odenthal <[email protected]>",
"Lia an Haack <[email protected]>",
"Fabian Odenthal <[email protected]>",
]
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"
Expand All @@ -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 }
Expand Down

0 comments on commit bee3b9d

Please sign in to comment.