feat(rechunk): Add the ability to rechunk an image
This commit is contained in:
parent
ffa1789422
commit
b4fbac2a66
22 changed files with 1002 additions and 190 deletions
|
|
@ -18,6 +18,7 @@ colored = "2"
|
|||
indexmap = { version = "2", features = ["serde"] }
|
||||
indicatif = { version = "0.17", features = ["improved_unicode"] }
|
||||
log = "0.4"
|
||||
nix = { version = "0.29" }
|
||||
oci-distribution = { version = "0.11", default-features = false }
|
||||
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }
|
||||
miette = "7"
|
||||
|
|
@ -86,6 +87,7 @@ indexmap.workspace = true
|
|||
indicatif.workspace = true
|
||||
log.workspace = true
|
||||
miette = { workspace = true, features = ["fancy", "syntect-highlighter"] }
|
||||
nix = { workspace = true, features = ["user"] }
|
||||
oci-distribution.workspace = true
|
||||
reqwest.workspace = true
|
||||
semver.workspace = true
|
||||
|
|
@ -122,6 +124,9 @@ validate = [
|
|||
prune = [
|
||||
"blue-build-process-management/prune"
|
||||
]
|
||||
rechunk = [
|
||||
"blue-build-process-management/rechunk"
|
||||
]
|
||||
|
||||
[dev-dependencies]
|
||||
rusty-hook = "0.11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue