Add repository to Cargo.toml
This commit is contained in:
parent
a83b936658
commit
693f38b48e
|
@ -2,8 +2,9 @@
|
||||||
name = "xkcd-password"
|
name = "xkcd-password"
|
||||||
description = "Generate passwords"
|
description = "Generate passwords"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
|
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
|
||||||
|
repository = "https://cybre.tech/SoniEx2/rust.xkcd-password"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rand = "0.5.5"
|
rand = "0.5.5"
|
||||||
|
|
Loading…
Reference in New Issue