diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,7 +13,11 @@ path = "src/main.rs" | |||
13 | clap = { version = "4.4.6", features = ["derive"] } | 13 | clap = { version = "4.4.6", features = ["derive"] } |
14 | config = "0.13.3" | 14 | config = "0.13.3" |
15 | dirs = "5.0.1" | 15 | dirs = "5.0.1" |
16 | futures-util = "0.3.29" | ||
17 | indicatif = "0.17.7" | ||
16 | once_cell = "1.18.0" | 18 | once_cell = "1.18.0" |
17 | reqwest = { version = "0.11.22", features = ["blocking"] } | 19 | reqwest = { version = "0.11.22", features = ["blocking"] } |
18 | serde = "1.0.189" | 20 | serde = "1.0.189" |
19 | serde_json = "1.0.107" | 21 | serde_json = "1.0.107" |
22 | tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread", "io-std"] } | ||
23 | tokio-tungstenite = "0.20.1" | ||