aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
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 /Cargo.lock
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 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 15999db..9ee4d24 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -49,6 +49,7 @@ dependencies = [
"mihi",
"serde",
"serde_json",
+ "tempfile",
]
[[package]]