Skip to content

Commit c09aca8

Browse files
committed
Add descriptions for BIOS crates
1 parent c920a5a commit c09aca8

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

bios/common/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0-beta"
44
edition = "2021"
55
license.workspace = true
66
repository.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

bios/stage-2/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
55
edition = "2021"
66
license.workspace = true
77
repository.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

bios/stage-3/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
55
edition = "2021"
66
license.workspace = true
77
repository.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

bios/stage-4/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version.workspace = true
44
edition = "2021"
55
license.workspace = true
66
repository.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

0 commit comments

Comments
 (0)