Skip to content

Commit

Permalink
Cargo.toml: fixed categories & added memory-management
Browse files Browse the repository at this point in the history
  • Loading branch information
jounathaen committed Oct 29, 2024
1 parent a6df806 commit dae1db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Jonathan Klimt <[email protected]>"]
description = "Unified virtual and physical address types for the Hermit ecosystem and beyond"
documentation = "https://docs.rs/memory_addresses"
keywords = ["amd64", "x86", "x86_64", "aarch64", "no_std"]
categories = ["no-std", "os", "no-alloc"]
categories = ["no-std", "os", "no-std::no-alloc", "memory-management"]
license = "MIT/Apache-2.0"
name = "memory_addresses"
readme = "README.md"
Expand Down

0 comments on commit dae1db5

Please sign in to comment.