diff options
Diffstat (limited to 'test_utils/Cargo.toml')
| -rw-r--r-- | test_utils/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index b7010c9..2e4c012 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml | |||
| @@ -8,9 +8,12 @@ anyhow = "1.0.75" | |||
| 8 | assert_cmd = "2.0.12" | 8 | assert_cmd = "2.0.12" |
| 9 | dialoguer = "0.10.4" | 9 | dialoguer = "0.10.4" |
| 10 | directories = "5.0.1" | 10 | directories = "5.0.1" |
| 11 | futures = "0.3.28" | ||
| 11 | git2 = "0.18.1" | 12 | git2 = "0.18.1" |
| 12 | nostr = "0.33.0" | 13 | nostr = "0.33.0" |
| 14 | nostr-database = "0.33.0" | ||
| 13 | nostr-sdk = "0.33.0" | 15 | nostr-sdk = "0.33.0" |
| 16 | nostr-sqlite = "0.33.0" | ||
| 14 | once_cell = "1.18.0" | 17 | once_cell = "1.18.0" |
| 15 | rand = "0.8" | 18 | rand = "0.8" |
| 16 | rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } | 19 | rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } |