summaryrefslogtreecommitdiffstats
path: root/crates/driver/src/main.rs
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-10-28 22:30:16 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-10-28 23:28:04 +0200
commitfb6fa0720400d8fa7d9ae29d02c2db58a57a6c8a (patch)
tree43d984227f1e10bb327ff2a37c0f0ed656eaf559 /crates/driver/src/main.rs
parent00f1c87d3d841f5b24c89d370868cf0306896877 (diff)
downloadrebel-fb6fa0720400d8fa7d9ae29d02c2db58a57a6c8a.tar
rebel-fb6fa0720400d8fa7d9ae29d02c2db58a57a6c8a.zip
Split paths module into driver and runner parts
There are still a few remaining paths that are defined in both driver and runner.
Diffstat (limited to 'crates/driver/src/main.rs')
-rw-r--r--crates/driver/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/driver/src/main.rs b/crates/driver/src/main.rs
index 286480d..6e783ea 100644
--- a/crates/driver/src/main.rs
+++ b/crates/driver/src/main.rs
@@ -1,6 +1,7 @@
mod args;
mod context;
mod driver;
+mod paths;
mod recipe;
mod resolve;
mod task;