Skip to content

Commit

Permalink
workspace: add new "no-std::no-alloc" category
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed Aug 20, 2024
1 parent 46b83a9 commit af7ee73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
11 changes: 4 additions & 7 deletions multiboot2-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "multiboot2-common"
description = """
Common helpers for the `multiboot2` and `multiboot2-header` crates.
"""
version = "0.1.0"
authors = [
Expand All @@ -11,19 +11,16 @@ license = "MIT/Apache-2.0"
edition = "2021"
categories = [
"no-std",
"parsing",
"no-std::no-alloc",
]
keywords = [
"Multiboot2",
"kernel",
"boot",
"bootloader",
"Multiboot2"
]
readme = "README.md"
homepage = "https://github.com/rust-osdev/multiboot2"
repository = "https://github.com/rust-osdev/multiboot2"
documentation = "https://docs.rs/multiboot2-common"
#rust-version = "1.70"
rust-version = "1.70"

[features]
default = ["builder"]
Expand Down
1 change: 1 addition & 0 deletions multiboot2-header/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ license = "MIT/Apache-2.0"
edition = "2021"
categories = [
"no-std",
"no-std::no-alloc",
"parsing",
]
keywords = [
Expand Down
1 change: 1 addition & 0 deletions multiboot2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ license = "MIT/Apache-2.0"
edition = "2021"
categories = [
"no-std",
"no-std::no-alloc",
"parsing",
]
keywords = [
Expand Down

0 comments on commit af7ee73

Please sign in to comment.