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 lily
parent 413a41a8f7
commit 3277c86d6e
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
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.