Skip to content

Commit

Permalink
chore(gateway): add orchestrator as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 25, 2023
1 parent a2f5a80 commit e439eaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 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
Expand Up @@ -36,6 +36,7 @@ repository = "https://github.com/shuttle-hq/shuttle"
shuttle-codegen = { path = "codegen", version = "0.27.0" }
shuttle-common = { path = "common", version = "0.27.0" }
shuttle-common-tests = { path = "common-tests", version = "0.27.0" }
shuttle-orchestrator = { path = "orchestrator", version = "0.27.0" }
shuttle-proto = { path = "proto", version = "0.27.0" }
shuttle-service = { path = "service", version = "0.27.0" }

Expand Down
3 changes: 3 additions & 0 deletions gateway/Cargo.toml
Expand Up @@ -61,6 +61,9 @@ features = ["backend", "models", "openapi"]
[dependencies.shuttle-proto]
workspace = true

[dependencies.shuttle-orchestrator]
workspace = true

[dev-dependencies]
anyhow = { workspace = true }
colored = { workspace = true }
Expand Down

0 comments on commit e439eaf

Please sign in to comment.