diff options
author | FxQnLr <[email protected]> | 2024-02-25 16:54:03 +0100 |
---|---|---|
committer | FxQnLr <[email protected]> | 2024-02-25 16:54:03 +0100 |
commit | 465a71b6780921fb7ec19682702cbe864decd212 (patch) | |
tree | 66d9a386045a98e95a50d7f84e7e3044b578a163 /Cargo.toml | |
parent | 03bea24f9de698375033af92a08762446d0e20cc (diff) | |
download | webol-cli-465a71b6780921fb7ec19682702cbe864decd212.tar webol-cli-465a71b6780921fb7ec19682702cbe864decd212.tar.gz webol-cli-465a71b6780921fb7ec19682702cbe864decd212.zip |
Closes #3. Use thiserror. Fix clippy stuff
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" |