mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-26 09:44:40 +10:00
feat: S3 chunk uploading
This commit is contained in:
+2
-2
@@ -13,6 +13,7 @@ dialoguer = "0.12.0"
|
||||
dirs = "6.0.0"
|
||||
droplet-rs = { git = "https://github.com/Drop-OSS/droplet-rs.git", version = "0.14" }
|
||||
fern = { version = "0.7.1", features = ["colored"] }
|
||||
futures = "0.3.31"
|
||||
indicatif = "0.18.3"
|
||||
log = "0.4.29"
|
||||
rand = "0.9.2"
|
||||
@@ -20,8 +21,7 @@ reqwest = { version = "0.13.1", features = ["json"] }
|
||||
rust-s3 = "0.37.1"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.148"
|
||||
tokio = { version = "1.48.0", features = ["macros"] }
|
||||
tokio = { version = "1.48.0", features = ["fs", "macros"] }
|
||||
tokio-util = "0.7.18"
|
||||
url = "2.5.8"
|
||||
webbrowser = "1.0.6"
|
||||
color-eyre = "0.6.5"
|
||||
|
||||
Reference in New Issue
Block a user