diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,4 +17,6 @@ thiserror = "2" crossterm = "0.29.0" prettytable-rs = "0.10.0" rustyline = "16" +regex = "1.11.1" +#crossbeam = "0.8.4" #termwiz = "0.23" |