Skip to content

Commit

Permalink
chore: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Nov 24, 2024
1 parent 773ade0 commit 0d58e7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
name = "online-judge"
version = "0.1.0"
edition = "2021"
description = "Extremely fast async online judge backend based on Rust"
readme = "README.md"
homepage = "https://github.com/swpu-acm/online-judge"
repository = "https://github.com/swpu-acm/online-judge"
authors = ["苏向夜 <[email protected]>"]
license = "AGPLv3"

[dependencies]
anyhow = "1.0.92"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Online Judge

0 comments on commit 0d58e7f

Please sign in to comment.