Skip to content

Commit

Permalink
chore: add resources and services to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaro00 committed Jun 19, 2023
1 parent beaddda commit 5c839f4
Show file tree
Hide file tree
Showing 27 changed files with 3,436 additions and 663 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,11 @@ commands:
command: |
cat\<< EOF > ~/.cargo/config.toml
[patch.crates-io]
shuttle-service = { path = "$PWD/service" }
shuttle-runtime = { path = "$PWD/runtime" }
shuttle-codegen = { path = "$PWD/shuttle/codegen" }
shuttle-common = { path = "$PWD/shuttle/common" }
shuttle-proto = { path = "$PWD/shuttle/proto" }
shuttle-runtime = { path = "$PWD/shuttle/runtime" }
shuttle-service = { path = "$PWD/shuttle/service" }
shuttle-aws-rds = { path = "$PWD/resources/aws-rds" }
shuttle-persist = { path = "$PWD/resources/persist" }
Expand Down
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@ In order to test local changes to the library crates, you may want to add the be

```toml
[patch.crates-io]
shuttle-service = { path = "[base]/shuttle/service" }
shuttle-codegen = { path = "[base]/shuttle/codegen" }
shuttle-common = { path = "[base]/shuttle/common" }
shuttle-proto = { path = "[base]/shuttle/proto" }
shuttle-runtime = { path = "[base]/shuttle/runtime" }
shuttle-service = { path = "[base]/shuttle/service" }

shuttle-aws-rds = { path = "[base]/shuttle/resources/aws-rds" }
shuttle-persist = { path = "[base]/shuttle/resources/persist" }
Expand Down
Loading

0 comments on commit 5c839f4

Please sign in to comment.