mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +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
13 lines
565 B
Plaintext
13 lines
565 B
Plaintext
[submodule "vendors/applications-rs"]
|
|
path = vendors/applications-rs
|
|
url = https://github.com/HuakunShen/applications-rs.git
|
|
[submodule "vendors/tauri-plugin-network"]
|
|
path = vendors/tauri-plugin-network
|
|
url = https://github.com/HuakunShen/tauri-plugin-network.git
|
|
[submodule "vendors/tauri-plugin-system-info"]
|
|
path = vendors/tauri-plugin-system-info
|
|
url = https://github.com/HuakunShen/tauri-plugin-system-info.git
|
|
[submodule "vendors/tauri-plugin-keyring"]
|
|
path = vendors/tauri-plugin-keyring
|
|
url = https://github.com/HuakunShen/tauri-plugin-keyring.git
|