summaryrefslogtreecommitdiffstats
path: root/crates/rebel/src/driver.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rebel/src/driver.rs')
-rw-r--r--crates/rebel/src/driver.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/rebel/src/driver.rs b/crates/rebel/src/driver.rs
index b2655c6..61ac06e 100644
--- a/crates/rebel/src/driver.rs
+++ b/crates/rebel/src/driver.rs
@@ -13,8 +13,8 @@ use nix::{
},
};
-use common::{error::*, string_hash::*, types::*};
-use runner::Runner;
+use rebel_common::{error::*, string_hash::*, types::*};
+use rebel_runner::Runner;
use crate::{
context::{Context, OutputRef, TaskRef},