blob: f2ec72c8c183b208e4c5e81bb9351b0493720825 [file] [log] [blame]
Lorenz Brund141d182023-10-02 15:07:01 +02001[package]
2name = "compile_with_bazel"
3version = "0.0.0"
4
5# Mandatory (or Cargo tooling is unhappy)
6[lib]
7path = "fake_lib.rs"
8
9[dependencies]
Tim Windelschmidt10d47cc2025-07-01 00:34:51 +020010uefi = { version = "0.35.0", features = ["alloc", "global_allocator", "panic_handler"], default-features = false }
11prost = { version = "0.14.1", default-features = false }
12prost-derive = { version = "0.14.1", default-features = false }
13prost-types = { version = "0.14.1", default-features = false }