This website requires JavaScript.
Explore
Help
Sign In
min
/
lanzaboote
Watch
1
Star
0
Fork
You've already forked lanzaboote
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f9cb4257c7
lanzaboote
/
rust
/
uefi
/
rust-toolchain.toml
5 lines
95 B
TOML
Raw
Normal View
History
Unescape
Escape
stub: split up into a linux-bootloader crate We introduce `linux-bootloader` a crate made to build Rust-based Linux-oriented bootloaders. It follows systemd/UAPI group and semantics as much as possible, e.g. BLS/loader capabilities/stub capabilities.
2023-07-23 11:46:47 -05:00
[
toolchain
]
tool: split systemd into a new crate and make tool into a lib-only crate This is necessary to make integration testing specific to the backend.
2023-07-22 13:49:46 -05:00
channel
=
"1.70.0"
stub: split up into a linux-bootloader crate We introduce `linux-bootloader` a crate made to build Rust-based Linux-oriented bootloaders. It follows systemd/UAPI group and semantics as much as possible, e.g. BLS/loader capabilities/stub capabilities.
2023-07-23 11:46:47 -05:00
components
=
[
"rust-src"
]
targets
=
[
"x86_64-unknown-uefi"
]