refactor: ♻️ keeping apis simple

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-11-20 00:16:31 +03:00
parent fecd38fda2
commit 0acbb835f7
5 changed files with 33 additions and 10 deletions

View file

@ -4,3 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = { version = "0.12.9", features = ["multipart"] }
sha3 = "0.10.8"
tokio = { version = "1.41.1", features = ["full"] }