clean-up & updating passwordgenerator
This commit is contained in:
parent
813150211a
commit
b5000277b4
16 changed files with 141 additions and 694 deletions
17
Cargo.toml
Normal file
17
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue