summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFxQnLr <[email protected]>2024-02-26 12:43:35 +0100
committerFxQnLr <[email protected]>2024-02-26 12:43:35 +0100
commitffedfd00a46147b225c834187fc298e88e60d0c5 (patch)
tree655989e635a1a3a6ae9cf7bc393c59a3f8b4c25c /Cargo.toml
parent3a2dc1f2741f7bf4d72c1cbe0fd1993af157ceaa (diff)
downloadwebol-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4791c6c..36b08c5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,6 +20,6 @@ indicatif = "0.17"
20reqwest = { version = "0.11", features = ["blocking"] } 20reqwest = { version = "0.11", features = ["blocking"] }
21serde = "1.0" 21serde = "1.0"
22serde_json = "1.0" 22serde_json = "1.0"
23thiserror = "1.0.57" 23thiserror = "1.0"
24tokio = { version = "1.36", features = ["macros", "rt-multi-thread", "io-std"] } 24tokio = { version = "1.36", features = ["macros", "rt-multi-thread", "io-std"] }
25tokio-tungstenite = "0.21" 25tokio-tungstenite = "0.21"