feat: symbol display

This commit is contained in:
2025-05-05 12:01:49 +08:00
parent b9dcc83c39
commit 6f7ef266a6
3 changed files with 55 additions and 4 deletions

View File

@@ -19,5 +19,6 @@ derive_more = { version = "2.0", features = [ "full" ] }
crossbeam-channel = "0.5"
ecow = "0.2"
once_cell = "1.19"
regex = "1.11"
rustyline = "15.0"