Skip to content

Commit

Permalink
Fix keyword to category
Browse files Browse the repository at this point in the history
  • Loading branch information
Flix committed Sep 28, 2024
1 parent 959a2e6 commit 1c5ee4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
authors = ["Flix <[email protected]>"]
categories = ["encoding", "parser-implementations", "no-std", "embedded"]
categories = ["encoding", "parser-implementations", "no-std", "no-std::no-alloc", "embedded"]
description = "A brief, self-descriptive, serde-compatible binary format."
documentation = "https://docs.rs/brief"
edition = "2021"
exclude = ["/tests/data", "/.github"]
homepage = "https://github.com/FlixCoder/fhir-sdk"
keywords = ["serde", "encoding", "binary", "data", "no-std", "no-std::no-alloc"]
keywords = ["serde", "encoding", "binary", "data", "no-std"]
license = "MIT"
name = "brief"
readme = "README.md"
Expand Down

0 comments on commit 1c5ee4e

Please sign in to comment.