sync
This commit is contained in:
parent
bf6966bd67
commit
0c64f098c6
9 changed files with 136 additions and 14 deletions
|
@ -4,6 +4,9 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.12.9", features = ["multipart"] }
|
||||
chrono = { version = "0.4.38", features = ["serde"] }
|
||||
reqwest = { version = "0.12.9", features = ["json"] }
|
||||
serde = { version = "1.0.215", features = ["derive"] }
|
||||
serde_json = "1.0.133"
|
||||
sha3 = "0.10.8"
|
||||
tokio = { version = "1.41.1", features = ["full"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue