Skip to content

Commit

Permalink
Refactor: extracted rds caller
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther committed Oct 9, 2023
1 parent 4356708 commit 45ad2f0
Show file tree
Hide file tree
Showing 8 changed files with 469 additions and 182 deletions.
11 changes: 7 additions & 4 deletions rust_dev_preview/examples/rds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.75"
async-trait = "0.1.73"
aws-config = { git = "https://github.com/awslabs/aws-sdk-rust", branch = "next" }
aws-sdk-rds = { git = "https://github.com/awslabs/aws-sdk-rust", branch = "next" }
tokio = { version = "1.20.1", features = ["full"] }
clap = { version = "~4.2", features = ["derive"] }
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
tracing = "0.1.37"
inquire = "0.6.2"
anyhow = "1.0.75"
mockall = "0.11.4"
phf = { version = "0.11.2", features = ["std", "macros"] }
sdk-examples-test-utils = { path = "../../test-utils" }
secrecy = "0.8.0"
tokio = { version = "1.20.1", features = ["full"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
Loading

0 comments on commit 45ad2f0

Please sign in to comment.