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"
4
4
edition = " 2021"
5
5
license.workspace = true
6
6
repository.workspace = true
7
+ description = " Common code for BIOS stages of the `bootloader` crate"
7
8
8
9
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9
10
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
5
5
edition = " 2021"
6
6
license.workspace = true
7
7
repository.workspace = true
8
+ description = " Second BIOS stage of the `bootloader` crate"
8
9
9
10
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
11
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
5
5
edition = " 2021"
6
6
license.workspace = true
7
7
repository.workspace = true
8
+ description = " Third BIOS stage of the `bootloader` crate"
8
9
9
10
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
11
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version.workspace = true
4
4
edition = " 2021"
5
5
license.workspace = true
6
6
repository.workspace = true
7
+ description = " Fourth BIOS stage of the `bootloader` crate"
7
8
8
9
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9
10
You can’t perform that action at this time.
0 commit comments