ksud: use sha1 library to calc hash

This commit is contained in:
weishu
2024-04-24 12:51:11 +08:00
parent ac4c6f7895
commit 063d5c8025
3 changed files with 21 additions and 12 deletions

View File

@@ -814,6 +814,7 @@ dependencies = [
"rustix 0.38.30",
"serde",
"serde_json",
"sha1",
"sha256",
"tempdir",
"which",