feat: add api to get the hash of a file (#375)

This commit is contained in:
sigoden
2024-04-19 08:48:54 +08:00
committed by GitHub
parent a277698322
commit 9353b2e759
4 changed files with 55 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -507,6 +507,7 @@ dependencies = [
"serde_json",
"serde_yaml",
"sha-crypt",
"sha2",
"smart-default",
"socket2",
"tokio",