summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2025-07-29 06:54:55 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2025-07-29 06:54:55 +0200
commitf291892643dd00d38612347c3c007e00fab8666e (patch)
tree9f3053090a87a75dfe538bd74faff6f54c5859d3 /Cargo.toml
parent39eabc3cbc1930c0b7b7afa6d21482d663f6c0a9 (diff)
Implement ECHO.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d46c2c1..4ba529e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"