File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version = "0.1.0-beta"
44edition = " 2021"
55license.workspace = true
66repository.workspace = true
7+ description = " Common code for BIOS stages of the `bootloader` crate"
78
89# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
910
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
55edition = " 2021"
66license.workspace = true
77repository.workspace = true
8+ description = " Second BIOS stage of the `bootloader` crate"
89
910# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1011
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
55edition = " 2021"
66license.workspace = true
77repository.workspace = true
8+ description = " Third BIOS stage of the `bootloader` crate"
89
910# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1011
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version.workspace = true
44edition = " 2021"
55license.workspace = true
66repository.workspace = true
7+ description = " Fourth BIOS stage of the `bootloader` crate"
78
89# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
910
You can’t perform that action at this time.
0 commit comments