first commit
This commit is contained in:
commit
4cd2267497
10 changed files with 644 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "errorversion"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
rayon = "1.12"
|
||||
crossterm = "0.29"
|
||||
strip-ansi-escapes = "0.2"
|
||||
Loading…
Add table
Add a link
Reference in a new issue