Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
xiao-e-yun committed Jan 16, 2025
1 parent 1574ce2 commit 37ba818
Show file tree
Hide file tree
Showing 25 changed files with 1,769 additions and 2,003 deletions.
378 changes: 127 additions & 251 deletions Cargo.lock

Large diffs are not rendered by default.

21 changes: 9 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,19 @@ repository = "https://github.com/xiao-e-yun/FanboxArchive"


[dependencies]
clap = { version = "4.5.4", features = ["derive", "env"] }
serde = { version = "1.0.203", features = ["derive"] }
post-archiver = { path = "../post-archiver", features = ["utils"] }
# other dependencies
chrono = { version = "0.4.38", features = ["serde"] }
tokio = { version = "1.38.0", features = ["full"] }
reqwest = { version = "0.12", features = ["json"] }
url = { version = "2.5.0", features = ["serde"] }
rusqlite = { version = "0.32.1", features = ["chrono"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
serde_with = "3.8.1"
indicatif = "0.17.8"
clap = { version = "4.5.4", features = ["derive", "env"] }
log = "0.4.21"
dotenv = "0.15.0"
env_logger = "0.11.3"
clap-verbosity-flag = "2.2.0"
mime_guess = "2.0.4"
mime = "0.3.17"
dotenv = "0.15.0"
indicatif-log-bridge = "0.2.2"
tokio = { version = "1.38.0", features = ["full"] }
futures = "0.3.31"
reqwest = { version = "0.12", features = ["json", "stream"] }
reqwest-retry = "0.5.0"
reqwest-middleware = { version = "0.3.1", features = ["json"] }
post-archiver = "0.1.11"
322 changes: 0 additions & 322 deletions src/api.rs

This file was deleted.

Loading

0 comments on commit 37ba818

Please sign in to comment.