summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-03-25 22:20:00 +0100
committermo8it <mo8it@proton.me>2024-03-25 22:20:00 +0100
commit87e55ccffde51b08be7d90ab53f1bb2462efa85a (patch)
tree41db225b29ae6088f30a219372f7ccd6c368ddff /Cargo.toml
parentb932ed1f672532e7dccf6cd23f6b9895c24a4de7 (diff)
Use the parsed exercises instead of glob
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d7b5a09..ef49947 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,6 @@ edition = "2021"
anyhow = "1.0.81"
clap = { version = "4.5.2", features = ["derive"] }
console = "0.15.8"
-glob = "0.3.0"
home = "0.5.9"
indicatif = "0.17.8"
notify-debouncer-mini = "0.4.1"