This commit is contained in:
2025-11-12 12:15:20 -07:00
parent 9ea3f99743
commit ed01b2ff70
3 changed files with 68 additions and 6 deletions

View File

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