From 2cdd61294f0d9a53775ee24ad76435bec8a21e60 Mon Sep 17 00:00:00 2001 From: Roberto Vidal Date: Mon, 11 Nov 2019 13:38:24 +0100 Subject: feat: improve `watch` execution mode The `watch` command now requires user action to move to the next exercise. BREAKING CHANGE: this changes the behavior of `watch`. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ab6ee81..7cbe2a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ indicatif = "0.9.0" console = "0.6.2" notify = "4.0.0" toml = "0.4.10" +regex = "1.1.6" serde = {version = "1.0.10", features = ["derive"]} [[bin]] @@ -18,3 +19,4 @@ path = "src/main.rs" [dev-dependencies] assert_cmd = "0.11.0" +glob = "0.3.0" -- cgit v1.2.3