feat: add runtime trust capability auth
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user