Skip to content

Commit 1f73f18

Browse files
Merge pull request #536 from whitequark/patch-1
Add an "Embedded" category
2 parents 27a3343 + 98eaafa commit 1f73f18

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/categories.toml

+7
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,13 @@ description = """
171171
Crates to help with Sending, receiving, formatting, and parsing email.\
172172
"""
173173

174+
[embedded]
175+
name = "Embedded development"
176+
description = """
177+
Crates that are primarily useful on embedded devices or \
178+
without an operating system.
179+
"""
180+
174181
[emulators]
175182
name = "Emulators"
176183
description = """

0 commit comments

Comments
 (0)