refactor: rewrite qbit downlaoder

This commit is contained in:
2025-04-03 02:22:26 +08:00
parent 234441e6a3
commit 27b52f7fd1
76 changed files with 1501 additions and 955 deletions

2
Cargo.lock generated
View File

@@ -4780,6 +4780,7 @@ dependencies = [
name = "recorder"
version = "0.1.0"
dependencies = [
"anyhow",
"async-graphql",
"async-graphql-axum",
"async-stream",
@@ -4793,6 +4794,7 @@ dependencies = [
"clap",
"cookie",
"ctor",
"dashmap 6.1.0",
"dotenv",
"fancy-regex",
"fastrand",