lots of things
changed db storing method from json to message pack remove tui fix progressbar add logging
This commit is contained in:
@@ -7,9 +7,9 @@ edition = "2024"
|
||||
directories.workspace = true
|
||||
color-eyre.workspace = true
|
||||
serde.workspace = true
|
||||
lazy_static.workspace = true
|
||||
ratatui.workspace = true
|
||||
serde_json.workspace = true
|
||||
dashmap.workspace = true
|
||||
lazy_static.workspace = true
|
||||
|
||||
dashmap = { version = "6.1.0", features = ["serde"] }
|
||||
language-tags = { version = "0.3.2", features = ["serde"] }
|
||||
sys-locale = "0.3.2"
|
||||
|
||||
Reference in New Issue
Block a user