summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortaitep <taitep@taitep.se>2025-12-21 12:49:15 +0100
committertaitep <taitep@taitep.se>2025-12-21 12:49:15 +0100
commit62c6f905ce23715dc579ed1e5e4edd2af67c3d56 (patch)
treea33e582a6f3e995d73e2ee0798051f36805a3669 /Cargo.toml
parentc74b4a21d27ee882ac3adf3abddeb19be2568fe1 (diff)
Remove unneeded once_cell dependency
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 b87e602..10f81f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,4 +5,3 @@ edition = "2024"
[dependencies]
memmap2 = "0.9.8"
-once_cell = "1.21.3"