summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2024-04-20 14:28:05 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2024-04-20 14:38:17 +0200
commite9bf0fc40c0eb7e9d4228b804d62f31b0a136528 (patch)
tree7872f587782d5635eadbf82ae861d474d4da2efe
parent35e68444dd5e9d3d5fc39409c48be6eb3fa05e07 (diff)
downloadrebel-e9bf0fc40c0eb7e9d4228b804d62f31b0a136528.tar
rebel-e9bf0fc40c0eb7e9d4228b804d62f31b0a136528.zip
Rename directories to match crate names
-rw-r--r--crates/rebel-common/Cargo.toml (renamed from crates/common/Cargo.toml)0
-rw-r--r--crates/rebel-common/src/error.rs (renamed from crates/common/src/error.rs)0
-rw-r--r--crates/rebel-common/src/lib.rs (renamed from crates/common/src/lib.rs)0
-rw-r--r--crates/rebel-common/src/string_hash.rs (renamed from crates/common/src/string_hash.rs)0
-rw-r--r--crates/rebel-common/src/types.rs (renamed from crates/common/src/types.rs)0
-rw-r--r--crates/rebel-runner/Cargo.toml (renamed from crates/runner/Cargo.toml)2
-rw-r--r--crates/rebel-runner/src/init.rs (renamed from crates/runner/src/init.rs)0
-rw-r--r--crates/rebel-runner/src/jobserver.rs (renamed from crates/runner/src/jobserver.rs)0
-rw-r--r--crates/rebel-runner/src/lib.rs (renamed from crates/runner/src/lib.rs)0
-rw-r--r--crates/rebel-runner/src/ns.rs (renamed from crates/runner/src/ns.rs)0
-rw-r--r--crates/rebel-runner/src/paths.rs (renamed from crates/runner/src/paths.rs)0
-rw-r--r--crates/rebel-runner/src/tar.rs (renamed from crates/runner/src/tar.rs)0
-rw-r--r--crates/rebel-runner/src/task.rs (renamed from crates/runner/src/task.rs)0
-rw-r--r--crates/rebel-runner/src/util/checkable.rs (renamed from crates/runner/src/util/checkable.rs)0
-rw-r--r--crates/rebel-runner/src/util/cjson.rs (renamed from crates/runner/src/util/cjson.rs)0
-rw-r--r--crates/rebel-runner/src/util/clone.rs (renamed from crates/runner/src/util/clone.rs)0
-rw-r--r--crates/rebel-runner/src/util/fs.rs (renamed from crates/runner/src/util/fs.rs)0
-rw-r--r--crates/rebel-runner/src/util/mod.rs (renamed from crates/runner/src/util/mod.rs)0
-rw-r--r--crates/rebel-runner/src/util/stack.rs (renamed from crates/runner/src/util/stack.rs)0
-rw-r--r--crates/rebel-runner/src/util/steal.rs (renamed from crates/runner/src/util/steal.rs)0
-rw-r--r--crates/rebel-runner/src/util/unix.rs (renamed from crates/runner/src/util/unix.rs)0
-rw-r--r--crates/rebel/Cargo.toml (renamed from crates/driver/Cargo.toml)4
-rw-r--r--crates/rebel/src/args.rs (renamed from crates/driver/src/args.rs)0
-rw-r--r--crates/rebel/src/context.rs (renamed from crates/driver/src/context.rs)0
-rw-r--r--crates/rebel/src/driver.rs (renamed from crates/driver/src/driver.rs)0
-rw-r--r--crates/rebel/src/main.rs (renamed from crates/driver/src/main.rs)0
-rw-r--r--crates/rebel/src/parse.rs (renamed from crates/driver/src/parse.rs)0
-rw-r--r--crates/rebel/src/paths.rs (renamed from crates/driver/src/paths.rs)0
-rw-r--r--crates/rebel/src/pin.rs (renamed from crates/driver/src/pin.rs)0
-rw-r--r--crates/rebel/src/recipe.rs (renamed from crates/driver/src/recipe.rs)0
-rw-r--r--crates/rebel/src/resolve.rs (renamed from crates/driver/src/resolve.rs)0
-rw-r--r--crates/rebel/src/task.rs (renamed from crates/driver/src/task.rs)0
-rw-r--r--crates/rebel/src/template.rs (renamed from crates/driver/src/template.rs)0
33 files changed, 3 insertions, 3 deletions
diff --git a/crates/common/Cargo.toml b/crates/rebel-common/Cargo.toml
index 954ebe5..954ebe5 100644
--- a/crates/common/Cargo.toml
+++ b/crates/rebel-common/Cargo.toml
diff --git a/crates/common/src/error.rs b/crates/rebel-common/src/error.rs
index ba25af4..ba25af4 100644
--- a/crates/common/src/error.rs
+++ b/crates/rebel-common/src/error.rs
diff --git a/crates/common/src/lib.rs b/crates/rebel-common/src/lib.rs
index 8d630dd..8d630dd 100644
--- a/crates/common/src/lib.rs
+++ b/crates/rebel-common/src/lib.rs
diff --git a/crates/common/src/string_hash.rs b/crates/rebel-common/src/string_hash.rs
index a2b00db..a2b00db 100644
--- a/crates/common/src/string_hash.rs
+++ b/crates/rebel-common/src/string_hash.rs
diff --git a/crates/common/src/types.rs b/crates/rebel-common/src/types.rs
index 2a06275..2a06275 100644
--- a/crates/common/src/types.rs
+++ b/crates/rebel-common/src/types.rs
diff --git a/crates/runner/Cargo.toml b/crates/rebel-runner/Cargo.toml
index 0108e4b..076e47a 100644
--- a/crates/runner/Cargo.toml
+++ b/crates/rebel-runner/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-common = { path = "../common", package = "rebel-common" }
+common = { path = "../rebel-common", package = "rebel-common" }
bincode = "1.3.3"
blake3 = { version = "1.3.0", features = ["traits-preview"] }
diff --git a/crates/runner/src/init.rs b/crates/rebel-runner/src/init.rs
index ede8fd8..ede8fd8 100644
--- a/crates/runner/src/init.rs
+++ b/crates/rebel-runner/src/init.rs
diff --git a/crates/runner/src/jobserver.rs b/crates/rebel-runner/src/jobserver.rs
index b0b88cd..b0b88cd 100644
--- a/crates/runner/src/jobserver.rs
+++ b/crates/rebel-runner/src/jobserver.rs
diff --git a/crates/runner/src/lib.rs b/crates/rebel-runner/src/lib.rs
index ab90420..ab90420 100644
--- a/crates/runner/src/lib.rs
+++ b/crates/rebel-runner/src/lib.rs
diff --git a/crates/runner/src/ns.rs b/crates/rebel-runner/src/ns.rs
index 4a8e3e7..4a8e3e7 100644
--- a/crates/runner/src/ns.rs
+++ b/crates/rebel-runner/src/ns.rs
diff --git a/crates/runner/src/paths.rs b/crates/rebel-runner/src/paths.rs
index 4b3a126..4b3a126 100644
--- a/crates/runner/src/paths.rs
+++ b/crates/rebel-runner/src/paths.rs
diff --git a/crates/runner/src/tar.rs b/crates/rebel-runner/src/tar.rs
index 1a66408..1a66408 100644
--- a/crates/runner/src/tar.rs
+++ b/crates/rebel-runner/src/tar.rs
diff --git a/crates/runner/src/task.rs b/crates/rebel-runner/src/task.rs
index 19b74f4..19b74f4 100644
--- a/crates/runner/src/task.rs
+++ b/crates/rebel-runner/src/task.rs
diff --git a/crates/runner/src/util/checkable.rs b/crates/rebel-runner/src/util/checkable.rs
index 8528d29..8528d29 100644
--- a/crates/runner/src/util/checkable.rs
+++ b/crates/rebel-runner/src/util/checkable.rs
diff --git a/crates/runner/src/util/cjson.rs b/crates/rebel-runner/src/util/cjson.rs
index e3840ce..e3840ce 100644
--- a/crates/runner/src/util/cjson.rs
+++ b/crates/rebel-runner/src/util/cjson.rs
diff --git a/crates/runner/src/util/clone.rs b/crates/rebel-runner/src/util/clone.rs
index 51a31c3..51a31c3 100644
--- a/crates/runner/src/util/clone.rs
+++ b/crates/rebel-runner/src/util/clone.rs
diff --git a/crates/runner/src/util/fs.rs b/crates/rebel-runner/src/util/fs.rs
index 5efd159..5efd159 100644
--- a/crates/runner/src/util/fs.rs
+++ b/crates/rebel-runner/src/util/fs.rs
diff --git a/crates/runner/src/util/mod.rs b/crates/rebel-runner/src/util/mod.rs
index 0fbe3b5..0fbe3b5 100644
--- a/crates/runner/src/util/mod.rs
+++ b/crates/rebel-runner/src/util/mod.rs
diff --git a/crates/runner/src/util/stack.rs b/crates/rebel-runner/src/util/stack.rs
index 15d5daf..15d5daf 100644
--- a/crates/runner/src/util/stack.rs
+++ b/crates/rebel-runner/src/util/stack.rs
diff --git a/crates/runner/src/util/steal.rs b/crates/rebel-runner/src/util/steal.rs
index 91b2cdf..91b2cdf 100644
--- a/crates/runner/src/util/steal.rs
+++ b/crates/rebel-runner/src/util/steal.rs
diff --git a/crates/runner/src/util/unix.rs b/crates/rebel-runner/src/util/unix.rs
index 08884ec..08884ec 100644
--- a/crates/runner/src/util/unix.rs
+++ b/crates/rebel-runner/src/util/unix.rs
diff --git a/crates/driver/Cargo.toml b/crates/rebel/Cargo.toml
index df1fb19..7164ca6 100644
--- a/crates/driver/Cargo.toml
+++ b/crates/rebel/Cargo.toml
@@ -8,8 +8,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-common = { path = "../common", package = "rebel-common" }
-runner = { path = "../runner", package = "rebel-runner" }
+common = { path = "../rebel-common", package = "rebel-common" }
+runner = { path = "../rebel-runner", package = "rebel-runner" }
clap = { version = "4.0.0", features = ["derive"] }
deb-version = "0.1.1"
diff --git a/crates/driver/src/args.rs b/crates/rebel/src/args.rs
index 805646a..805646a 100644
--- a/crates/driver/src/args.rs
+++ b/crates/rebel/src/args.rs
diff --git a/crates/driver/src/context.rs b/crates/rebel/src/context.rs
index be98813..be98813 100644
--- a/crates/driver/src/context.rs
+++ b/crates/rebel/src/context.rs
diff --git a/crates/driver/src/driver.rs b/crates/rebel/src/driver.rs
index b2655c6..b2655c6 100644
--- a/crates/driver/src/driver.rs
+++ b/crates/rebel/src/driver.rs
diff --git a/crates/driver/src/main.rs b/crates/rebel/src/main.rs
index bd08f18..bd08f18 100644
--- a/crates/driver/src/main.rs
+++ b/crates/rebel/src/main.rs
diff --git a/crates/driver/src/parse.rs b/crates/rebel/src/parse.rs
index 5857efb..5857efb 100644
--- a/crates/driver/src/parse.rs
+++ b/crates/rebel/src/parse.rs
diff --git a/crates/driver/src/paths.rs b/crates/rebel/src/paths.rs
index 274dda1..274dda1 100644
--- a/crates/driver/src/paths.rs
+++ b/crates/rebel/src/paths.rs
diff --git a/crates/driver/src/pin.rs b/crates/rebel/src/pin.rs
index 26e445c..26e445c 100644
--- a/crates/driver/src/pin.rs
+++ b/crates/rebel/src/pin.rs
diff --git a/crates/driver/src/recipe.rs b/crates/rebel/src/recipe.rs
index 16d3751..16d3751 100644
--- a/crates/driver/src/recipe.rs
+++ b/crates/rebel/src/recipe.rs
diff --git a/crates/driver/src/resolve.rs b/crates/rebel/src/resolve.rs
index 102c483..102c483 100644
--- a/crates/driver/src/resolve.rs
+++ b/crates/rebel/src/resolve.rs
diff --git a/crates/driver/src/task.rs b/crates/rebel/src/task.rs
index e84766e..e84766e 100644
--- a/crates/driver/src/task.rs
+++ b/crates/rebel/src/task.rs
diff --git a/crates/driver/src/template.rs b/crates/rebel/src/template.rs
index 1a091ed..1a091ed 100644
--- a/crates/driver/src/template.rs
+++ b/crates/rebel/src/template.rs