build: remove regex dependency in favor of rust iterators

This commit is contained in:
Chance 2025-04-07 22:11:38 -04:00 committed by BitSyndicate
parent ead0c12749
commit 71bdff0854
5 changed files with 90 additions and 75 deletions

View file

@ -12,7 +12,6 @@ chrono = "0.4.39"
colored = "3.0.0"
parking_lot.workspace = true
# TBR (if possible)
regex = "1.11.1"
rustyline = { version = "15.0.0", features = ["derive", "rustyline-derive"] }
thiserror = "2.0.11"
# Tokio is heavy but so far its the best option, we should make better use of it or switch to another runtime.