From aeef7b0d9c4f996f98fce8a93b70636fafb6bbe0 Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Sun, 7 Sep 2025 17:56:54 +0900 Subject: [PATCH] Add `archives` category --- src/boot/categories.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/boot/categories.toml b/src/boot/categories.toml index f3313d991d1..914803f5ca9 100644 --- a/src/boot/categories.toml +++ b/src/boot/categories.toml @@ -88,6 +88,12 @@ Rust. Includes HTTP API wrappers as well. Non-idiomatic or unsafe \ bindings can be found in External FFI bindings.\ """ +[archives] +name = "Archives" +description = """ +Crates for reading and writing archive formats.\ +""" + [asynchronous] name = "Asynchronous" description = """