From cd08b373299ec6b9feee7a3b50a36049b33dc10d Mon Sep 17 00:00:00 2001 From: ChanTsune <41658782+ChanTsune@users.noreply.github.com> Date: Fri, 5 Jul 2024 17:30:10 +0900 Subject: [PATCH] :wrench: Add `categories` and `keywords` to Cargo.toml for crate.io metadata --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 159899b..29953bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,8 @@ repository = "https://github.com/Portable-Network-Archive/fs" description = "PNA(Portable-Network-Archive) file system" license = "MIT OR Apache-2.0" readme = "README.md" +categories = ["filesystem"] +keywords = ["pna", "archive", "cli"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html