[package] name = "entrust-dialog" version = "0.1.0" edition = "2021" rust-version = "1.80" # for LazyLock description = "Interactive terminal dialogs for entrust" authors.workspace = true repository.workspace = true homepage.workspace = true license.workspace = true [dependencies] anyhow = "1.0" fuzzy-matcher = "0.3" ratatui = "0.29" tracing = { workspace = true }