From 173ab188b326fbe78cfba4ab455a74619f4556bb Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 24 Jun 2024 09:39:18 +0100 Subject: feat(login): store in git config and use cache replace ngit yaml file config with: * nsec / ncryptsec / npub in git config in nostr.* namespace * sql database cache for metadata and relay events allow different logins to be used for different git repositories by storing login in local git config --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a57f9d4..e25fd51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,9 @@ git2 = "0.18.1" indicatif = "0.17.7" keyring = "2.0.5" nostr = "0.32.0" +nostr-database = "0.32.0" nostr-sdk = "0.32.0" +nostr-sqlite = "0.32.0" passwords = "3.1.13" scrypt = "0.11.0" serde = { version = "1.0.181", features = ["derive"] } -- cgit v1.2.3