From 591df350daeafdf132c517283b80bbe4698f2e5d Mon Sep 17 00:00:00 2001 From: LoveJesus Date: Tue, 6 Aug 2024 10:48:45 -0600 Subject: [PATCH] HALLELUJAH remove system category from Cargo.toml to publish to crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 483387d..127a6d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://gitea-aleluya.prd.pw/loveJesus/rs_machine_input_chirho.git" repository = "https://gitea-aleluya.prd.pw/loveJesus/rs_machine_input_chirho.git" license = "MIT" keywords = ["system-info", "synchronization", "database"] -categories = ["command-line-utilities", "system"] +categories = ["command-line-utilities"] [dependencies] chrono = { version="0.4.38", features=["serde"] }