We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
required-features
1 parent b6b4bbc commit 6933865Copy full SHA for 6933865
Cargo.toml
@@ -8,6 +8,10 @@ repository = "https://github.com/rust-osdev/bootloader"
8
edition = "2018"
9
build = "build.rs"
10
11
+[[bin]]
12
+name = "bootloader"
13
+required-features = ["binary"]
14
+
15
[dependencies]
16
xmas-elf = { version = "0.6.2", optional = true }
17
x86_64 = { version = "0.7.2", optional = true }
0 commit comments