chore: remove log dependency from Cargo.toml

This commit is contained in:
Manuel Raimann
2026-02-02 17:33:03 +01:00
parent ce817c1f38
commit 183a78c09e
-1
View File
@@ -13,7 +13,6 @@ categories = ["algorithm", "science", "data-structures"]
readme = "README.md"
[dependencies]
log = "0.4"
rand = "0.9"
thiserror = "2"
parking_lot = "0.12"