From cd0c6110e53cfcdaee975ba71b4eed7ca3ea41e5 Mon Sep 17 00:00:00 2001 From: Takeo Kondo Date: Sun, 27 Jul 2025 17:17:15 +0900 Subject: [PATCH] Add automotive category --- src/boot/categories.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/boot/categories.toml b/src/boot/categories.toml index 0136f983b9f..00af4d11228 100644 --- a/src/boot/categories.toml +++ b/src/boot/categories.toml @@ -101,6 +101,12 @@ description = """ Crates to help with the process of confirming identities.\ """ +[automotive] +name = "Automotive" +description = """ +Crates related to the automotive industry, including vehicle control and diagnostics. +""" + [caching] name = "Caching" description = """