Skip to content

Commit 6e34ad1

Browse files
committed
Add description and license to crates
1 parent d30685e commit 6e34ad1

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

api/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "bootloader_api"
33
version = "0.1.0-alpha.0"
44
edition = "2021"
5+
description = "Makes a kernel compatible with the bootloader crate"
6+
license = "MIT/Apache-2.0"
57

68
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
79

common/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "bootloader-x86_64-common"
33
version = "0.1.0-alpha.0"
44
edition = "2021"
5+
description = "Common code for the x86_64 bootloader implementations"
6+
license = "MIT/Apache-2.0"
57

68
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
79

uefi/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "bootloader-x86_64-uefi"
33
version = "0.1.0-alpha.0"
44
edition = "2021"
5+
description = "UEFI bootloader for x86_64"
6+
license = "MIT/Apache-2.0"
57

68
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
79

0 commit comments

Comments
 (0)