Skip to content

Commit

Permalink
feat(orchestrator): initialize shuttle-orchestrator as a library
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 25, 2023
1 parent 0b577b9 commit a2f5a80
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 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
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ members = [
"deployer",
"gateway",
"logger",
"orchestrator",
"proto",
"provisioner",
"resource-recorder",
Expand Down
8 changes: 8 additions & 0 deletions orchestrator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[package]
name = "shuttle-orchestrator"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
1 change: 1 addition & 0 deletions orchestrator/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//! shuttle-orchestrator: manages the services’ sandboxing, and state.

0 comments on commit a2f5a80

Please sign in to comment.