[package]
name = "keybinds-tui"
version = "0.2.0"
edition = "2021"
description = "A terminal UI for looking up keybindings across your tools, auto-opening on the tab matching the app you were just focused on"
license = "MIT"
repository = "https://github.com/harbefas/keybinds-tui"
readme = "README.md"
keywords = ["tui", "keybindings", "ratatui", "hyprland"]
categories = ["command-line-utilities"]
[[bin]]
name = "kb"
path = "src/main.rs"
[dependencies]
ratatui = "0.29"
crossterm = "0.28"
anyhow = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
toml = "0.8"