lots of things
changed db storing method from json to message pack remove tui fix progressbar add logging
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user