refactor for modular and testable code

This commit is contained in:
dal 2025-05-05 18:05:51 -06:00
parent fee9096eb5
commit af3262d0c1
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
3 changed files with 505 additions and 743 deletions

View File

@ -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"

View File

@ -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