feat: add runtime trust capability auth

This commit is contained in:
2026-07-26 20:45:52 +09:00
parent 006762f900
commit d994268a6b
12 changed files with 1235 additions and 33 deletions
+2
View File
@@ -81,6 +81,7 @@ yoi-workspace-server = { path = "crates/workspace-server" }
# need `default-features = false`, which workspace inheritance cannot override.
async-trait = "0.1"
axum = "0.8"
base64 = "0.22.1"
decodal = "0.1.1"
fs4 = "0.13"
futures = "0.3"
@@ -91,6 +92,7 @@ serde_json = "1.0"
serde_yaml = "0.9.34"
tar = "0.4"
rusqlite = { version = "0.37", features = ["bundled"] }
ring = "0.17.14"
sha2 = "0.11"
tempfile = "3.27"
thiserror = "2.0"