mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-10 16:27:05 +02:00
fmt
This commit is contained in:
@@ -33,7 +33,11 @@ log = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
# When updating to v4 we likely won't use linux-native aka keyutils but we need to look into which backend to use.
|
||||
# Also, `linux-native` is non persistent.
|
||||
keyring = { version = "3.6", features = ["apple-native", "windows-native", "linux-native"]}
|
||||
keyring = { version = "3.6", features = [
|
||||
"apple-native",
|
||||
"windows-native",
|
||||
"linux-native",
|
||||
] }
|
||||
|
||||
[target."cfg(target_os = \"android\")".dependencies]
|
||||
android-keyring = "0.2.0"
|
||||
|
||||
Reference in New Issue
Block a user