| [package] |
| name = "compile_with_bazel" |
| version = "0.0.0" |
| |
| # Mandatory (or Cargo tooling is unhappy) |
| [lib] |
| path = "fake_lib.rs" |
| |
| [dependencies] |
| uefi = { version = "0.24.0", features = ["alloc"] } |
| uefi-services = "0.21.0" |
| prost = { version = "0.12", default-features = false, features = ["prost-derive"] } |
| prost-types = { version = "0.12", default-features = false } |
| |
| [package.metadata.raze] |
| workspace_path = "//third_party/rust_efi/cargo" |
| package_aliases_dir = "." |
| gen_workspace_prefix = "rsefi" |
| targets = [ |
| "x86_64-unknown-uefi", |
| "x86_64-unknown-linux-gnu", # proc macros |
| ] |
| genmode = "Remote" |
| |
| [package.metadata.raze.crates.prost.'0.12.1'] |
| data_dependencies = [ |
| "README.md", |
| ] |