Skip to content

Commit

Permalink
Cargo.toml: Declare command-executer as a workspace member
Browse files Browse the repository at this point in the history
... instead of defining a separate workspace for it. With this occasion
we also need to update Cargo.lock with the new dependencies.

Signed-off-by: Costin Lupu <[email protected]>
  • Loading branch information
clupuishere committed Jan 3, 2024
1 parent 900ca25 commit 08dbc6f
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 3 deletions.
83 changes: 83 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ num-traits = "0.2"
tempfile = "3.5"

[workspace]
members = [".", "driver-bindings", "eif_loader", "enclave_build", "vsock_proxy"]
members = [".", "samples/command_executer", "driver-bindings", "eif_loader", "enclave_build", "vsock_proxy"]

[features]
default = []
2 changes: 0 additions & 2 deletions samples/command_executer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ byteorder = "1.3"
num = "0.2"
num-derive = "0.3"
num-traits = "0.2"

[workspace]

0 comments on commit 08dbc6f

Please sign in to comment.