feat(tui): fix keyring import path, add init_keyring() with platform feature flags
This commit is contained in:
@@ -6,7 +6,7 @@ edition = "2024"
|
||||
[features]
|
||||
default = []
|
||||
macos = ["dep:apple-native-keyring-store"]
|
||||
linux-zbus = ["dep:zbus-secret-service-keyring-store"]
|
||||
linux-zbus = ["dep:zbus-secret-service-keyring-store", "zbus-secret-service-keyring-store/rt-tokio-crypto-rust"]
|
||||
windows = ["dep:windows-native-keyring-store"]
|
||||
sqlite = ["dep:db-keystore"]
|
||||
|
||||
@@ -20,7 +20,7 @@ csv = "1"
|
||||
apple-native-keyring-store = { version = "1.0.0", optional = true, features = ["keychain"] }
|
||||
zbus-secret-service-keyring-store = { version = "1.0.0", optional = true }
|
||||
windows-native-keyring-store = { version = "1.0.0", optional = true }
|
||||
db-keystore = { version = "0.4.1", optional = true }
|
||||
db-keystore = { version = "0.4.2-pre.2", optional = true }
|
||||
|
||||
reqwest = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user