diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,5 +19,6 @@ indicatif = "0.17" | |||
19 | reqwest = { version = "0.11", features = ["blocking"] } | 19 | reqwest = { version = "0.11", features = ["blocking"] } |
20 | serde = "1.0" | 20 | serde = "1.0" |
21 | serde_json = "1.0" | 21 | serde_json = "1.0" |
22 | thiserror = "1.0.57" | ||
22 | tokio = { version = "1.36", features = ["macros", "rt-multi-thread", "io-std"] } | 23 | tokio = { version = "1.36", features = ["macros", "rt-multi-thread", "io-std"] } |
23 | tokio-tungstenite = "0.21" | 24 | tokio-tungstenite = "0.21" |