Some but not all of the upload routine

This commit is contained in:
2025-05-27 19:19:09 -05:00
parent 54487622c0
commit c731cd963c
2 changed files with 73 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
clap = { version = "4.0.7", features = ["derive", "env"] }
reqwest = { version = "0.11.13", features = ["json"] }
reqwest = { version = "0.11.13", features = ["json", "stream", "multipart"] }
serde = { version = "1.0.152", features = ["derive"] }
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }