Skip to content

Commit 4bcb254

Browse files
committed
Added Accessibility category
Added Accessibility category to cover crates that implement features for the convenience of disabled people
1 parent 0838470 commit 4bcb254

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/boot/categories.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
# `@`, `:`, or `.`. They should be all lowercase.
2727
#
2828

29+
[accessibility]
30+
name = "Accessibility"
31+
description = """
32+
Crates that implement features for the convenience of disabled people. \
33+
"""
34+
2935
[algorithms]
3036
name = "Algorithms"
3137
description = """

0 commit comments

Comments
 (0)