[package] name = "Rust_Playground" version = "0.0.1" authors = [ "Clara Benedicta Maria Mueller " ] [[bin]] name = "stuff" path = "/media/win_e/Clara_Daten/etc/Programmierung/Rust/src/passwordgenerator.rs" [dependencies] regex = "1" rand = "0.3.15" getopts = "0.2" text_io = "0.1.7" num-traits = "0.2" lazy_static = "1.0"