main return more specific type

This commit is contained in:
Troy 2025-01-16 21:21:51 +00:00
parent 8517ac3ac7
commit a6787d0688
Signed by: troy
GPG key ID: DFC06C02ED3B4711
4 changed files with 20 additions and 8 deletions

9
Cargo.lock generated
View file

@ -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",