organize and solve logic bugs

This commit is contained in:
2025-11-12 08:22:56 -07:00
parent 889b8ae528
commit 8a682376d9
10 changed files with 108 additions and 109 deletions

View File

@@ -5,5 +5,6 @@ edition = "2024"
[dependencies]
# evalexpr = "13.0.0"
evalexpr = { git="https://github.com/Rushmore75/evalexpr.git" }
evalexpr ={ path = "../evalexpr"}
# evalexpr = { git="https://github.com/Rushmore75/evalexpr.git" }
ratatui = "0.29.0"