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

View File

@@ -8,6 +8,7 @@ bson = { version = "3.1.0", features = ["serde"] }
futures = "0.3.31"
parking_lot = "0.12.5"
redb = { version = "3.1.0", features = ["uuid"] }
secrecy = "0.10.3"
serde = "1.0.228"
tokio = { version = "1.48.0", features = ["rt"] }
uuid = "1.18.1"
uuid = { version = "1.18.1", features = ["v4"] }