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

@@ -34,6 +34,7 @@ rust-embed = { version = "8", features = [
which = "6"
getopts = "0.2"
sha256 = "1"
sha1 = "0.10"
tempdir = "0.3"
chrono = "0.4"
hole-punch = { git = "https://github.com/tiann/hole-punch" }