first compiled version if rewrite
This commit is contained in:
parent
aa2cedde8d
commit
7ce2553ee4
5 changed files with 307 additions and 147 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -7,8 +7,10 @@ edition = "2021"
|
|||
rustflags = ["--out-dir", "target/output"]
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
reqwest = { version = "0.11", features = ["blocking", "json", "multipart"] }
|
||||
serde = { version = "1.0.218", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
reqwest = { version = "0.12", features = ["blocking", "json", "multipart", "stream"] }
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
base64 = "0.21"
|
||||
base64 = "0.22.1"
|
||||
clap = { version = "4.5.3", features = ["derive"] }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue