feat: implement production cas v1

This commit is contained in:
2026-06-28 12:39:17 +08:00
parent dd53e3054e
commit b202d7b231
33 changed files with 1082 additions and 447 deletions
+2 -2
View File
@@ -2,10 +2,10 @@
//!
//! 提供多种 Manifest 格式的解析支持
pub mod driver;
pub mod addressables;
pub mod driver;
pub mod registry;
pub use driver::{ManifestDriver, GenericManifest, ManifestFormat, ManifestMetadata};
pub use addressables::AddressablesCatalogDriver;
pub use driver::{GenericManifest, ManifestDriver, ManifestFormat, ManifestMetadata};
pub use registry::ManifestDriverRegistry;