mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-21 05:59:16 +00:00

* feat: add keyring plugin to handle DB encryption * feat: integrate stronghold plugin * feat: use new get_or_set APIs added to keyring plugin * chore: update keyring submodule * feat: add stronghold integration Stronghold loading is too slow for now, waiting for a fix https://github.com/tauri-apps/plugins-workspace/issues/2048
7 lines
104 B
Rust
7 lines
104 B
Rust
pub mod clipboard;
|
|
pub mod deeplink;
|
|
pub mod keyring;
|
|
pub mod stronghold;
|
|
pub mod tray;
|
|
pub mod window;
|