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

View File

@@ -52,6 +52,7 @@ hyper-util = { version = "0.1", features = ["server-auto", "tokio"] }
http-body-util = "0.1"
bytes = "1.5"
pin-project-lite = "0.2"
sha2 = "0.10.8"
[features]
default = ["tls"]