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
+1
View File
@@ -6,6 +6,7 @@
//! server is available only through the optional `http-server` / `ws-server`
//! features.
pub mod auth;
pub mod catalog;
pub mod config_bundle;
pub mod diagnostics;