diff options
author | FxQnLr <[email protected]> | 2024-02-26 12:43:35 +0100 |
---|---|---|
committer | FxQnLr <[email protected]> | 2024-02-26 12:43:35 +0100 |
commit | ffedfd00a46147b225c834187fc298e88e60d0c5 (patch) | |
tree | 655989e635a1a3a6ae9cf7bc393c59a3f8b4c25c /Cargo.toml | |
parent | 3a2dc1f2741f7bf4d72c1cbe0fd1993af157ceaa (diff) | |
download | webol-cli-ffedfd00a46147b225c834187fc298e88e60d0c5.tar webol-cli-ffedfd00a46147b225c834187fc298e88e60d0c5.tar.gz webol-cli-ffedfd00a46147b225c834187fc298e88e60d0c5.zip |
Closes #6. Should autodetect config dir
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,6 +20,6 @@ indicatif = "0.17" | |||
20 | reqwest = { version = "0.11", features = ["blocking"] } | 20 | reqwest = { version = "0.11", features = ["blocking"] } |
21 | serde = "1.0" | 21 | serde = "1.0" |
22 | serde_json = "1.0" | 22 | serde_json = "1.0" |
23 | thiserror = "1.0.57" | 23 | thiserror = "1.0" |
24 | tokio = { version = "1.36", features = ["macros", "rt-multi-thread", "io-std"] } | 24 | tokio = { version = "1.36", features = ["macros", "rt-multi-thread", "io-std"] } |
25 | tokio-tungstenite = "0.21" | 25 | tokio-tungstenite = "0.21" |