Skip to content

Commit

Permalink
Move integration test into dedicated workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther committed Jun 19, 2023
1 parent 7a975e6 commit 91f9571
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[package]
name = "photo_asset_management_integration"
version = "0.1.0"
edition = "2021"

[workspace]


[dependencies]
aws-config = { git = "https://github.com/awslabs/aws-sdk-rust", branch = "main" }
aws-sdk-dynamodb = { git = "https://github.com/awslabs/aws-sdk-rust", branch = "main" }
aws-sdk-rekognition = { git = "https://github.com/awslabs/aws-sdk-rust", branch = "main" }
photo_asset_management = { path = "../"}
tokio = { version = "1.27.0", features = ["macros"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }

0 comments on commit 91f9571

Please sign in to comment.