We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660f504 commit 497f9c5Copy full SHA for 497f9c5
judge_control_app/src/lib.rs
@@ -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
@@ -5,4 +5,5 @@ edition = "2021"
[dependencies]
serde = {workspace = true}
8
-anyhow = {workspace = true}
+anyhow = {workspace = true}
9
+judge_control_app = { path = "../judge_control_app" }
0 commit comments