replace reedline with rustyline

This commit is contained in:
Chance 2024-12-02 15:43:39 -05:00 committed by BitSyndicate
parent 0b19568b3b
commit 1e7b7eff2a
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
3 changed files with 29 additions and 62 deletions

View file

@ -12,8 +12,8 @@ lazy_static = "1.5.0"
log = "0.4.22"
once_cell = "1.20.2"
parking_lot = "0.12.3"
reedline = "0.37.0"
regex = "1.11.1"
rustyline = "15.0.0"
thiserror = "2.0.3"
tokio = { version = "1.41.1", features = ["macros", "rt", "rt-multi-thread"] }
wgpu = "23.0.1"