diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 6942652..7f59527 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ lazy_static = "^1.4" log = "^0.4" serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0" +sha2 = "^0.9" simplelog = "^0.7" users = "^0.9" |