ocs progress bar
All checks were successful
CI / build (push) Successful in 57s
CI / checks (push) Successful in 1m25s
CI / build-nixpkgs (push) Successful in 39s

This commit is contained in:
Robin Appelman 2025-08-06 15:30:03 +02:00
commit c5af0ac37a
3 changed files with 64 additions and 1 deletions

7
Cargo.lock generated
View file

@ -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"