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.lock | |
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.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -66,6 +66,12 @@ dependencies = [ | |||
66 | ] | 66 | ] |
67 | 67 | ||
68 | [[package]] | 68 | [[package]] |
69 | name = "anyhow" | ||
70 | version = "1.0.80" | ||
71 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
72 | checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" | ||
73 | |||
74 | [[package]] | ||
69 | name = "async-trait" | 75 | name = "async-trait" |
70 | version = "0.1.74" | 76 | version = "0.1.74" |
71 | source = "registry+https://github.com/rust-lang/crates.io-index" | 77 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1725,6 +1731,7 @@ dependencies = [ | |||
1725 | name = "webol-cli" | 1731 | name = "webol-cli" |
1726 | version = "0.2.0" | 1732 | version = "0.2.0" |
1727 | dependencies = [ | 1733 | dependencies = [ |
1734 | "anyhow", | ||
1728 | "clap", | 1735 | "clap", |
1729 | "clap_complete", | 1736 | "clap_complete", |
1730 | "config", | 1737 | "config", |