summaryrefslogtreecommitdiffstats
path: root/src/runner/runc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/runner/runc.rs')
-rw-r--r--src/runner/runc.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runner/runc.rs b/src/runner/runc.rs
index 789f7f2..62a3bf1 100644
--- a/src/runner/runc.rs
+++ b/src/runner/runc.rs
@@ -1,5 +1,6 @@
mod init;
mod run;
+mod spec;
use std::{io, process};