Skip to content

Commit

Permalink
categories
Browse files Browse the repository at this point in the history
  • Loading branch information
codyps committed Nov 12, 2021
1 parent ab0156b commit 356daa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description = "Examine the currently running executable to get its build-id or L
repository = "https://github.com/jmesmon/buildid"
documentation = "https://docs.rs/buildid"
readme = "README.md"
categories = ["no-std", "os"]


# TODO: restrict crate content with include/exclude
# TODO: include readme for crates.io page
Expand Down
2 changes: 1 addition & 1 deletion buildid-linker-symbols/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ keywords = ["no_std", "build-id"]
license = "GPL-2.0-or-later OR CDDL-1.0"
description = "Configure the linker to support buildid crate's \"buildid-symbol-start-end\" feature"
include = ["**.rs"]

repository = "https://github.com/jmesmon/buildid"
documentation = "https://docs.rs/buildid"
categories = ["no-std", "os", "development-tools::build-utils"]

[dependencies]

0 comments on commit 356daa2

Please sign in to comment.