lots of things

changed db storing method from json to message pack
remove tui
fix progressbar
add logging
This commit is contained in:
William
2026-01-08 22:15:45 +08:00
parent 743261ce4f
commit eb9dcd15e8
23 changed files with 100 additions and 896 deletions

View File

@@ -9,35 +9,21 @@ path = "src/lib.rs"
[dependencies]
futures = "0.3.28"
rat-cursor = "1.2.1"
itertools = "0.14.0"
color-eyre.workspace = true
serde.workspace = true
tokio.workspace = true
ratatui.workspace = true
log.workspace = true
models = { path = "../models" }
db = { path = "../db" }
crawler = { path = "../crawler" }
[dependencies.ratatui-image]
version = "8.0.2"
features = ["tokio", "serde"]
[dependencies.indicatif]
version = "0.18.1"
features = ["futures", "tokio"]
[dependencies.tui-input]
version = "0.14.0"
features = ["crossterm"]
default-features = false
[dependencies.crossterm]
version = "0.29.0"
features = ["event-stream"]
[dependencies.clap]
version = "4.5.48"
features = ["derive", "cargo"]