Skip to content

Commit

Permalink
refactor: ♻️ refactor judger
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason0729 committed Dec 10, 2023
1 parent 944fdf6 commit ceeaeaa
Show file tree
Hide file tree
Showing 15 changed files with 422 additions and 353 deletions.
79 changes: 79 additions & 0 deletions judger/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions judger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ prost = "0.11.9"
prost-types = "0.11.9"
thiserror = "1.0.40"
toml = "0.7.4"
derive_builder = "0.12.0"

[dependencies.uuid]
version = "1.6.1"
Expand Down
1 change: 1 addition & 0 deletions judger/src/grpc/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pub mod proto;
pub mod server;
pub mod stage;
Loading

0 comments on commit ceeaeaa

Please sign in to comment.