Skip to content

Commit

Permalink
wip dynamodb resource - testing git path for dynamodb resource in exa…
Browse files Browse the repository at this point in the history
…mple
  • Loading branch information
mikegin committed May 15, 2023
1 parent 0b947d7 commit 6a9cac4
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 14 deletions.
62 changes: 50 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ members = [
"provisioner",
"runtime",
"service",
"resources/dynamodb",
]

exclude = [
Expand Down
4 changes: 2 additions & 2 deletions resources/dynamodb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "shuttle-dynamodb"
version = "0.1.0"
version = "0.16.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait = "0.1.56"
serde = { version = "1.0.148", features = ["derive"] }
shuttle-service = { git = "https://github.com/mikegin/shuttle.git", branch = "feature/dynamodb-resource", path = "../../service", version = "0.16.0", default-features = false }
shuttle-service = { git = "https://github.com/mikegin/shuttle.git", branch = "feature/dynamodb-resource", version = "0.16.0", default-features = false }

0 comments on commit 6a9cac4

Please sign in to comment.