Sha256 in utils

This commit is contained in:
ChristianVisintin
2020-12-20 14:49:32 +01:00
parent 9171e0789f
commit 47f9b39630
3 changed files with 103 additions and 6 deletions

View File

@@ -37,6 +37,8 @@ toml = "0.5.7"
tui = { version = "0.13.0", features = ["crossterm"], default-features = false }
unicode-width = "0.1.7"
whoami = "1.0.0"
ring = "0.16.19"
data-encoding = "2.3.1"
[target.'cfg(any(target_os = "unix", target_os = "macos", target_os = "linux"))'.dependencies]
users = "0.11.0"