diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-06-24 09:39:18 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-06-24 09:39:18 +0100 |
| commit | 173ab188b326fbe78cfba4ab455a74619f4556bb (patch) | |
| tree | 743a2413c241f7babd4efb336718c510eb743847 /Cargo.toml | |
| parent | 681fdd7683363c62251ecd8dabcc1931a18f4840 (diff) | |
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
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -24,7 +24,9 @@ git2 = "0.18.1" | |||
| 24 | indicatif = "0.17.7" | 24 | indicatif = "0.17.7" |
| 25 | keyring = "2.0.5" | 25 | keyring = "2.0.5" |
| 26 | nostr = "0.32.0" | 26 | nostr = "0.32.0" |
| 27 | nostr-database = "0.32.0" | ||
| 27 | nostr-sdk = "0.32.0" | 28 | nostr-sdk = "0.32.0" |
| 29 | nostr-sqlite = "0.32.0" | ||
| 28 | passwords = "3.1.13" | 30 | passwords = "3.1.13" |
| 29 | scrypt = "0.11.0" | 31 | scrypt = "0.11.0" |
| 30 | serde = { version = "1.0.181", features = ["derive"] } | 32 | serde = { version = "1.0.181", features = ["derive"] } |