Skip to content

Commit

Permalink
chore: fix keywords in Cargo.toml (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 authored Nov 5, 2024
1 parent db7919e commit 19cce0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 19cce0d

Please sign in to comment.