summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c0f07f7..25f23fe 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -66,6 +66,12 @@ dependencies = [
66] 66]
67 67
68[[package]] 68[[package]]
69name = "anyhow"
70version = "1.0.80"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1"
73
74[[package]]
69name = "async-trait" 75name = "async-trait"
70version = "0.1.74" 76version = "0.1.74"
71source = "registry+https://github.com/rust-lang/crates.io-index" 77source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1725,6 +1731,7 @@ dependencies = [
1725name = "webol-cli" 1731name = "webol-cli"
1726version = "0.2.0" 1732version = "0.2.0"
1727dependencies = [ 1733dependencies = [
1734 "anyhow",
1728 "clap", 1735 "clap",
1729 "clap_complete", 1736 "clap_complete",
1730 "config", 1737 "config",