build: remove regex dependency in favor of rust iterators
This commit is contained in:
parent
ead0c12749
commit
71bdff0854
5 changed files with 90 additions and 75 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue