feat(extensions): 在 Rust 中验证签名发行包与有界 ZIP 清单

This commit is contained in:
2026-09-08 20:20:47 +08:00
parent cb6dae7efd
commit 6c243d83cb
4 changed files with 672 additions and 1 deletions
+3
View File
@@ -24,3 +24,6 @@ pub mod workspace;
pub mod workspace_broker;
pub mod sync_retry;
#[cfg(feature = "desktop")]
pub mod extension_package;