summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-10-17 15:03:43 +0200
committermo8it <mo8it@proton.me>2024-10-17 15:03:43 +0200
commit7e2f56f41a89213d3ae60a069402a25b570f0cca (patch)
treed10a0d1f54311edda5bea57644f929152e8e7dd2 /Cargo.toml
parente90f5f03f3da639bf3157aec12ebf0cec62ac7ae (diff)
Use the default hasher
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 eb22cfe..4dbcb5f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,7 +49,6 @@ include = [
anyhow = "1.0.89"
clap = { version = "4.5.20", features = ["derive"] }
crossterm = { version = "0.28.1", default-features = false, features = ["windows", "events"] }
-foldhash = "0.1.3"
notify = { version = "6.1.1", default-features = false, features = ["macos_fsevent"] }
os_pipe = "1.2.1"
rustlings-macros = { path = "rustlings-macros", version = "=6.3.0" }