get feed lists and return feeds

This commit is contained in:
death916 2026-03-24 04:34:32 -07:00
parent 7b00e23a08
commit 6d4201c378
4 changed files with 51 additions and 26 deletions

14
rustclock/Cargo.lock generated
View file

@ -4319,11 +4319,25 @@ dependencies = [
"bytes",
"libc",
"mio",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
"socket2",
"tokio-macros",
"windows-sys 0.61.2",
]
[[package]]
name = "tokio-macros"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tokio-rustls"
version = "0.26.4"