mirror of https://github.com/buster-so/buster.git
refactor for modular and testable code
This commit is contained in:
parent
fee9096eb5
commit
af3262d0c1
|
@ -48,6 +48,7 @@ chrono = "0.4" # Specify the version here
|
|||
semver = "1.0.19"
|
||||
crossterm = "0.29" # Add crossterm explicitly
|
||||
rustyline = "15.0.0"
|
||||
once_cell = "1.19.0"
|
||||
|
||||
# Keep dev-dependencies separate if they aren't shared
|
||||
# tempfile = "3.16.0"
|
|
@ -42,6 +42,7 @@ zip = { workspace = true }
|
|||
glob = { workspace = true }
|
||||
walkdir = { workspace = true }
|
||||
semver = { workspace = true }
|
||||
once_cell = { workspace = true }
|
||||
# Add the shared query engine library
|
||||
query_engine = { workspace = true }
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue