mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
ocs progress bar
This commit is contained in:
parent
da02bb0329
commit
c5af0ac37a
3 changed files with 64 additions and 1 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -913,6 +913,7 @@ dependencies = [
|
|||
"itertools 0.14.0",
|
||||
"logsmash-data",
|
||||
"main_error",
|
||||
"osc94",
|
||||
"ratatui",
|
||||
"rayon",
|
||||
"regex",
|
||||
|
|
@ -1065,6 +1066,12 @@ version = "1.20.3"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
|
||||
|
||||
[[package]]
|
||||
name = "osc94"
|
||||
version = "0.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "34f8ab1141a6a07f7a5f7fc5ca6f42770b1024b15d5987a044e853fe3ba8c71a"
|
||||
|
||||
[[package]]
|
||||
name = "parking_lot"
|
||||
version = "0.12.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue