Add repository to Cargo.toml

This commit is contained in:
SoniEx2 2018-09-26 08:09:21 -03:00
parent a83b936658
commit 693f38b48e
1 changed files with 2 additions and 1 deletions

View File

@ -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 <endermoneymod@gmail.com>"]
repository = "https://cybre.tech/SoniEx2/rust.xkcd-password"
[dependencies]
rand = "0.5.5"