mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-24 08:53:04 +10:00
chore: Mostly finished s3 config
This commit is contained in:
+4
-1
@@ -5,7 +5,7 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.100"
|
||||
aws-sdk-s3 = "1.120.0"
|
||||
async-trait = "0.1.89"
|
||||
chrono = "0.4.43"
|
||||
clap = { version = "4.5.54", features = ["derive"] }
|
||||
console = "0.16.2"
|
||||
@@ -14,9 +14,12 @@ droplet-rs = { git = "https://github.com/Drop-OSS/droplet-rs.git", version = "0.
|
||||
fern = { version = "0.7.1", features = ["colored"] }
|
||||
indicatif = "0.18.3"
|
||||
log = "0.4.29"
|
||||
rand = "0.9.2"
|
||||
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-util = "0.7.18"
|
||||
url = "2.5.8"
|
||||
webbrowser = "1.0.6"
|
||||
|
||||
Reference in New Issue
Block a user