This commit is contained in:
2025-11-10 10:55:00 -07:00
parent e1c73eb919
commit bd5c6cc106
6 changed files with 1127 additions and 282 deletions

View File

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