mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-19 07:20:50 +01:00
refactore manifest and permission
This commit is contained in:
10
src-tauri/src/extension/core/mod.rs
Normal file
10
src-tauri/src/extension/core/mod.rs
Normal file
@ -0,0 +1,10 @@
|
||||
// src-tauri/src/extension/core/mod.rs
|
||||
|
||||
pub mod manager;
|
||||
pub mod manifest;
|
||||
pub mod protocol;
|
||||
pub mod types;
|
||||
|
||||
pub use manager::*;
|
||||
pub use manifest::*;
|
||||
pub use protocol::*;
|
||||
Reference in New Issue
Block a user