diff options
author | FxQnLr <[email protected]> | 2024-02-25 20:00:38 +0100 |
---|---|---|
committer | FxQnLr <[email protected]> | 2024-02-25 20:00:38 +0100 |
commit | a192e9baca9a14beaa9f87c27a63cff96aa41c94 (patch) | |
tree | 1051968707fc43405ea31fc1878c448c71f6fe34 /Cargo.toml | |
parent | 465a71b6780921fb7ec19682702cbe864decd212 (diff) | |
download | webol-cli-a192e9baca9a14beaa9f87c27a63cff96aa41c94.tar webol-cli-a192e9baca9a14beaa9f87c27a63cff96aa41c94.tar.gz webol-cli-a192e9baca9a14beaa9f87c27a63cff96aa41c94.zip |
Closes #4. Auth on Websocket. Small stuff
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ name = "webol" | |||
10 | path = "src/main.rs" | 10 | path = "src/main.rs" |
11 | 11 | ||
12 | [dependencies] | 12 | [dependencies] |
13 | anyhow = "1.0" | ||
13 | clap = { version = "4.5", features = ["derive"] } | 14 | clap = { version = "4.5", features = ["derive"] } |
14 | clap_complete = "4.5" | 15 | clap_complete = "4.5" |
15 | config = "0.14" | 16 | config = "0.14" |