Skip to content

Commit

Permalink
Remove Cargo support for a few more crates.
Browse files Browse the repository at this point in the history
BUG: 364617536
Change-Id: I8325ffb5552c1feedd5fa3d6a0724d42ee72de4c
  • Loading branch information
ernoc committed Jan 21, 2025
1 parent 4f80981 commit f2009a5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 144 deletions.
86 changes: 0 additions & 86 deletions Cargo.lock

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

5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ members = [
"oak_restricted_kernel_sdk",
"oak_session",
"oak_session_wasm",
"oak_sev_guest",
"oak_sev_snp_attestation_report",
"sev_serial",
"snp_measurement",
"stage0_dice",
"oak_restricted_kernel_sdk_proc_macro",
]
Expand Down Expand Up @@ -119,10 +116,8 @@ oak_restricted_kernel_sdk = { path = "./oak_restricted_kernel_sdk" }
oak_restricted_kernel_sdk_proc_macro = { path = "./oak_restricted_kernel_sdk_proc_macro" }
oak_restricted_kernel_interface = { path = "./oak_restricted_kernel_interface" }
oak_session = { path = "./oak_session" }
oak_sev_guest = { path = "./oak_sev_guest", default-features = false }
oak_sev_snp_attestation_report = { path = "./oak_sev_snp_attestation_report" }
oak_stage0_dice = { path = "./stage0_dice" }
sev_serial = { path = "./sev_serial" }
# Common external crates.
prost = { version = "*", default-features = false, features = ["prost-derive"] }
prost-build = "*"
Expand Down
24 changes: 0 additions & 24 deletions oak_sev_guest/Cargo.toml

This file was deleted.

10 changes: 0 additions & 10 deletions sev_serial/Cargo.toml

This file was deleted.

19 changes: 0 additions & 19 deletions snp_measurement/Cargo.toml

This file was deleted.

0 comments on commit f2009a5

Please sign in to comment.