Added lazy_static and regex

This commit is contained in:
ChristianVisintin
2020-12-01 17:10:13 +01:00
parent 231f83810c
commit 7151b4c094
4 changed files with 7 additions and 0 deletions

2
Cargo.lock generated
View File

@@ -580,6 +580,8 @@ dependencies = [
"crossterm",
"ftp",
"getopts",
"lazy_static",
"regex",
"rpassword",
"ssh2",
"tempfile",