main return more specific type
This commit is contained in:
parent
8517ac3ac7
commit
a6787d0688
4 changed files with 20 additions and 8 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
@ -81,6 +81,12 @@ dependencies = [
|
|||
"windows-sys 0.59.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.95"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
||||
|
||||
[[package]]
|
||||
name = "atom_syndication"
|
||||
version = "0.12.6"
|
||||
|
@ -1025,8 +1031,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "packard"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
"clap",
|
||||
"futures",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue