format and lockfile

This commit is contained in:
FabianLars
2025-10-14 18:00:19 +02:00
parent 1771c6ed36
commit 28ea4dbadc
45 changed files with 202 additions and 641 deletions
+4 -2
View File
@@ -45,11 +45,13 @@ windows-native-keyring-store = "0.2"
[target.'cfg(target_os = "linux")'.dependencies]
# TODO: upstream is on keyring-core@0.6 while windows & apple backends only have 0.5 and 0.7 releases.
zbus-secret-service-keyring-store = { git = "https://github.com/FabianLars/zbus-secret-service-keyring-store", features = ["rt-tokio-crypto-rust"] }
zbus-secret-service-keyring-store = { git = "https://github.com/FabianLars/zbus-secret-service-keyring-store", features = [
"rt-tokio-crypto-rust",
] }
[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies]
apple-native-keyring-store = "0.2"
[target.'cfg(target_os = "android")'.dependencies]
# TODO: upstream is on keyring-core@0.6 while windows & apple backends only have 0.5 and 0.7 releases.
android-native-keyring-store = { git = "https://github.com/FabianLars/android-native-keyring-store" }
android-native-keyring-store = { git = "https://github.com/FabianLars/android-native-keyring-store" }