aboutsummaryrefslogtreecommitdiff
path: root/crates/cli/Cargo.toml
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-07-29 21:55:31 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-07-29 21:58:02 +0200
commit7b7faf70dbdd83020b4bf6f9c3242a994c97665a (patch)
treeb4adb273557507ee882c235bddcc11425ebf1e46 /crates/cli/Cargo.toml
parentb25f575e41f078be3e47d843fda1827881f23646 (diff)
downloadmihi-7b7faf70dbdd83020b4bf6f9c3242a994c97665a.tar.gz
mihi-7b7faf70dbdd83020b4bf6f9c3242a994c97665a.zip
Add exercises to the practice command
The '-e/--exercises' has also been introduced to instruct the 'practice' command to only go for exercises, and the '-k/--kind' flag allows the user to further filter which kind of exercise to practice. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'crates/cli/Cargo.toml')
-rw-r--r--crates/cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index ab5a406..cd2a8c9 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -13,3 +13,4 @@ mihi.workspace = true
inquire = { version = "0.7.5", features = ["editor"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
+tempfile = "3.20"