diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2025-07-29 06:54:55 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2025-07-29 06:54:55 +0200 |
commit | f291892643dd00d38612347c3c007e00fab8666e (patch) | |
tree | 9f3053090a87a75dfe538bd74faff6f54c5859d3 /Cargo.toml | |
parent | 39eabc3cbc1930c0b7b7afa6d21482d663f6c0a9 (diff) |
Implement ECHO.
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" |