summaryrefslogtreecommitdiffstats
path: root/src/consts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/consts.rs')
-rw-r--r--src/consts.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/consts.rs b/src/consts.rs
index 5c6dbc4..08401eb 100644
--- a/src/consts.rs
+++ b/src/consts.rs
@@ -18,6 +18,8 @@ pub const INPUTS_DIR_PATH: &str = "/inputs";
pub const OUTPUTS_DIR_PATH: &str = "/outputs";
pub const OUTPUTS_DIR_NAME: &str = "outputs";
+pub const PATCH_DIR_PATH: &str = "/patches";
+
/// The path where the script that is executed inside the container is copied to.
pub const SCRIPT_PATH: &str = "/script";