Przeglądaj źródła

workspace: add new "no-std::no-alloc" category

Philipp Schuster 7 miesięcy temu
rodzic
commit
16915e1dd2

+ 4 - 7
multiboot2-common/Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "multiboot2-common"
 description = """
-
+Common helpers for the `multiboot2` and `multiboot2-header` crates.
 """
 version = "0.1.0"
 authors = [
@@ -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"]

+ 1 - 0
multiboot2-header/Cargo.toml

@@ -12,6 +12,7 @@ license = "MIT/Apache-2.0"
 edition = "2021"
 categories = [
     "no-std",
+    "no-std::no-alloc",
     "parsing",
 ]
 keywords = [

+ 1 - 0
multiboot2/Cargo.toml

@@ -17,6 +17,7 @@ license = "MIT/Apache-2.0"
 edition = "2021"
 categories = [
     "no-std",
+    "no-std::no-alloc",
     "parsing",
 ]
 keywords = [