feat(store): add SecretStore, ApiKey, remove Store trait

This commit is contained in:
2026-01-26 21:00:56 +05:30
parent e7fd01c0af
commit 5b4fbd5df6
4 changed files with 241 additions and 230 deletions

10
Cargo.lock generated
View File

@@ -6603,6 +6603,15 @@ version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
[[package]]
name = "secrecy"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
dependencies = [
"zeroize",
]
[[package]]
name = "security-framework"
version = "2.11.1"
@@ -7124,6 +7133,7 @@ dependencies = [
"futures",
"parking_lot",
"redb",
"secrecy",
"serde",
"tokio",
"uuid",