refactor: ♻️ keeping apis simple
This commit is contained in:
parent
fecd38fda2
commit
0acbb835f7
5 changed files with 33 additions and 10 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue