diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -3054,9 +3054,12 @@ dependencies = [ | |||
| 3054 | "assert_cmd", | 3054 | "assert_cmd", |
| 3055 | "dialoguer", | 3055 | "dialoguer", |
| 3056 | "directories", | 3056 | "directories", |
| 3057 | "futures", | ||
| 3057 | "git2", | 3058 | "git2", |
| 3058 | "nostr", | 3059 | "nostr", |
| 3060 | "nostr-database", | ||
| 3059 | "nostr-sdk", | 3061 | "nostr-sdk", |
| 3062 | "nostr-sqlite", | ||
| 3060 | "once_cell", | 3063 | "once_cell", |
| 3061 | "rand", | 3064 | "rand", |
| 3062 | "rexpect 0.5.0 (git+https://github.com/rust-cli/rexpect.git?rev=9eb61dd)", | 3065 | "rexpect 0.5.0 (git+https://github.com/rust-cli/rexpect.git?rev=9eb61dd)", |