From 19cce0d67a59bc40261552f3908117e9122700cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=90=91=E5=A4=9C?= <46275354+fu050409@users.noreply.github.com> Date: Tue, 5 Nov 2024 21:52:22 +0800 Subject: [PATCH] chore: fix keywords in `Cargo.toml` (#2) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5be5b3d..6ce04ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "AGPL-3.0" repository = "https://github.com/swpu-acm/eval-stack" homepage = "https://github.com/swpu-acm/eval-stack" description = "Extremely fast async online judge evaluation system for ACM/OI contests." -keywords = ["oj", "online judge", "acm", "oi"] +keywords = ["oj", "online-judge", "acm", "oi"] [dependencies] anyhow = "1.0.92"