Skip to content

Commit 497f9c5

Browse files
committed
✨ writerutil depends on judge_control_app
1 parent 660f504 commit 497f9c5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

judge_control_app/src/lib.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pub mod container;
2+
pub mod custom_rc;
3+
pub mod models;
4+
pub mod remote_exec;
5+
pub mod spmc_oneshot;
6+
pub mod submission_logic;
7+
pub mod text_resource_repository;

writerutil/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ edition = "2021"
55

66
[dependencies]
77
serde = {workspace = true}
8-
anyhow = {workspace = true}
8+
anyhow = {workspace = true}
9+
judge_control_app = { path = "../judge_control_app" }

0 commit comments

Comments
 (0)