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

This commit is contained in:
2026-09-08 20:20:47 +08:00
parent 5a6fa86d10
commit 47c96547de
6 changed files with 690 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;