| [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 } | |