blob: e288ea6681299818f9538797472254f1a8e4e570 [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 Windelschmidt223609c2024-01-12 22:59:20 +010010uefi = { version = "0.24.0", features = ["alloc"] }
Lorenz Brund141d182023-10-02 15:07:01 +020011uefi-services = "0.21.0"
12prost = { version = "0.12", default-features = false, features = ["prost-derive"] }
13prost-types = { version = "0.12", default-features = false }
14