Skip to content

Commit

Permalink
Merge #398
Browse files Browse the repository at this point in the history
398: add the categories and keywords r=Dylan-DPC a=kinggoesgaming

**I'm submitting a(n)** other

# Description
Add the categories and keywords in the `Cargo.toml`

# Motivation
Complete Documentation -> C-METADATA requirement

# Tests
N/A

# Related Issue(s)
#191 -> (C-METADATA)


Co-authored-by: Hunar Roop Kahlon <[email protected]>
  • Loading branch information
bors[bot] and kinggoesgaming committed Apr 20, 2019
2 parents 2d91636 + fae97d2 commit 75f70a5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ authors = [
"Dylan DPC<[email protected]>",
"Hunar Roop Kahlon<[email protected]>"
]
categories = [
"data-structures",
"no-std",
"parser-implementations",
"wasm"
]
description = "A library to generate and parse UUIDs."
documentation = "https://docs.rs/uuid"
edition = "2018"
Expand All @@ -14,6 +20,11 @@ exclude = [
"appveyor.yml",
"bors.toml"
]
keywords = [
"guid",
"unique",
"uuid"
]
license = "Apache-2.0 OR MIT"
homepage = "https://github.com/uuid-rs/uuid"
name = "uuid"
Expand Down

0 comments on commit 75f70a5

Please sign in to comment.