From 3957c365072b1e0446678927c9c6a850226b98a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Clara=20Benedicta=20Maria=20M=C3=BCller?= Date: Mon, 9 Jul 2018 23:51:44 +0200 Subject: [PATCH] scoring of different cases --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c3c68da..175d7d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,9 @@ path = "/media/win_e/Clara_Daten/etc/Programmierung/Rust/src/passwordgenerator.r [dependencies] -regex = "0.2" +regex = "1" rand = "0.3.15" getopts = "0.2" text_io = "0.1.7" +num-traits = "0.2" +lazy_static = "1.0"