preliminary DB support
This commit is contained in:
parent
3b103e12d4
commit
ee798408f0
6 changed files with 131 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ anyhow = "1.0.100"
|
|||
ureq = { version = "3.1.4", features = [ "json" ] }
|
||||
serde = { version = "1.0.228", features = [ "derive" ] }
|
||||
serde_json = "1.0.149"
|
||||
sqlx = { version = "0.8.6", optional = true }
|
||||
sqlx = { version = "0.8.6", optional = true, features = ["postgres", "runtime-tokio", "chrono", "time"] }
|
||||
aws-sdk-s3 = { version = "1.129.0", optional = true }
|
||||
aws-config = { version = "1.8.15", optional = true }
|
||||
base64 = "0.22.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue