diff --git a/Cargo.toml b/Cargo.toml index 03e8329..9ebff43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,9 @@ name = "xkcd-password" description = "Generate passwords" license = "AGPL-3.0-or-later" -version = "0.1.0" +version = "0.1.1" authors = ["SoniEx2 "] +repository = "https://cybre.tech/SoniEx2/rust.xkcd-password" [dependencies] rand = "0.5.5"