Merge pull request #73 from PR0M3TH3AN/codex/remove-priority-queue-from-cargo.toml

Remove unused priority-queue
This commit is contained in:
thePR0M3TH3AN
2025-05-23 10:14:32 -04:00
committed by GitHub
2 changed files with 1 additions and 29 deletions

View File

@@ -11,7 +11,6 @@ crossbeam-channel = "0.5"
directories = "5"
glob = "0.3"
notify = "6.0"
priority-queue = "1.3"
rusqlite = { version = "0.31", features = ["bundled", "backup"] }
sha2 = "0.10"
tracing = "0.1"