aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2025-08-31 19:29:05 +0200
committerAndreas Grois <andi@grois.info>2025-08-31 19:29:05 +0200
commit23fc76c498188f0ec57fef344f920de5aede6d8b (patch)
tree780817485e51af3e9f5ae9465167034067fbb615
parent63832a24759a9502d86bbc8700a5960f95759598 (diff)
Version 0.2.2: Update Repository URLv0.2.2
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 247a523..368c60a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "passwordmaker-rs"
-version = "0.2.1"
+version = "0.2.2"
edition = "2018"
authors = ["Andreas Grois"]
rust-version = "1.52"
description = "Rust reimplementation of the PasswordMaker Pro algorithm. This is partially a port, partially written from scratch. Compatibility is a goal, but not guaranteed."
-repository = "https://github.com/soulsource/passwordmaker-rs"
+repository = "http://git.grois.info/passwordmaker-rs/"
# License is LGPL, because original PasswordMaker Pro is LPGL too.
license = "LGPL-3.0-or-later"
keywords = ["password", "crypto", "password-generator", "security"]