Added command history and editing using rustyline
[evpf.git] / Cargo.toml
index bac1457..2e0cb3d 100644 (file)
@@ -9,3 +9,4 @@ edition = "2018"
 [dependencies]
 regex="1"
 colored="1.9.3"
+rustyline="6.1.2"