diff options
Diffstat (limited to 'makima/Cargo.toml')
| -rw-r--r-- | makima/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/makima/Cargo.toml b/makima/Cargo.toml index a77d9ea..94e268c 100644 --- a/makima/Cargo.toml +++ b/makima/Cargo.toml @@ -41,6 +41,9 @@ dirs = "5.0" portable-pty = "0.8" async-trait = "0.1" +# TUI and fuzzy search +fuzzy-matcher = "0.3" + # OpenAPI utoipa = { version = "5", features = ["axum_extras", "uuid", "chrono"] } utoipa-swagger-ui = { version = "9", features = ["axum"] } @@ -84,3 +87,7 @@ jaq-core = "1.5" jaq-std = "1.6" indexmap = "2.0" ahash = "0.8" + +# TUI +ratatui = "0.29" +crossterm = "0.28" |
