Image transformation
Some checks failed
CI / Typos (push) Successful in 25s
CI / Clippy (push) Successful in 3m19s
CI / Build and test (push) Failing after 3m35s
Docker / build-and-push (push) Failing after 4m33s
CI / Build and test (all features) (push) Failing after 9m32s

This commit is contained in:
2026-03-26 11:52:00 -07:00
parent 67b210a7bf
commit 5c71e407d8
13 changed files with 543 additions and 20 deletions

3
Cargo.lock generated
View File

@@ -2731,6 +2731,7 @@ version = "0.0.2"
dependencies = [
"axum",
"chrono",
"percent-encoding",
"pile-config",
"pile-io",
"pile-toolbox",
@@ -2802,8 +2803,10 @@ dependencies = [
"pile-flac",
"pile-io",
"regex",
"serde",
"serde_json",
"smartstring",
"strum",
"tokio",
"toml",
"tracing",