feat: add decodal profile archives

This commit is contained in:
2026-07-08 18:57:54 +09:00
parent 56cac3c74a
commit a823d414d0
25 changed files with 930 additions and 21 deletions
+2
View File
@@ -86,6 +86,7 @@ yoi-workspace-server = { path = "crates/workspace-server" }
# need `default-features = false`, which workspace inheritance cannot override.
async-trait = "0.1"
axum = "0.8"
decodal = "0.1.1"
fs4 = "0.13"
futures = "0.3"
libc = "0.2"
@@ -93,6 +94,7 @@ schemars = "1.2"
serde = "1.0"
serde_json = "1.0"
serde_yaml = "0.9.34"
tar = "0.4"
rusqlite = { version = "0.37", features = ["bundled"] }
sha2 = "0.11"
tempfile = "3.27"