help command rework started

This commit is contained in:
2020-11-30 16:06:05 +00:00
parent d8aaf92335
commit 268fcab8c5
4 changed files with 125 additions and 30 deletions

7
Cargo.lock generated
View File

@ -292,12 +292,6 @@ dependencies = [
"lazy_static",
]
[[package]]
name = "custom_error"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51ac5e99a7fea3ee8a03fa4721a47e2efd3fbb38358fc61192a54d4c6f866c12"
[[package]]
name = "digest"
version = "0.9.0"
@ -1348,7 +1342,6 @@ dependencies = [
"async-trait",
"chrono",
"chrono-tz",
"custom_error",
"dotenv",
"env_logger",
"lazy_static",