clean-up & updating passwordgenerator

This commit is contained in:
Ananke 2018-07-01 20:15:28 +02:00
parent 813150211a
commit b5000277b4
16 changed files with 141 additions and 694 deletions

17
Cargo.toml Normal file
View file

@ -0,0 +1,17 @@
[package]
name = "Rust_Playground"
version = "0.0.1"
authors = [ "Clara Benedicta Maria Mueller <clara.mueller@vilera.de>" ]
[[bin]]
name = "stuff"
path = "/media/win_e/Clara_Daten/etc/Programmierung/Rust/src/passwordgenerator.rs"
[dependencies]
regex = "0.2"
rand = "0.3.15"
getopts = "0.2"
text_io = "0.1.7"