[package] name = "byteblitz" version = "1.0.0" edition = "2021" authors = ["Noah Rahimzadagan "] license = "GPL-3.0" # or the specific GPL version you are using description = "A tool to examine the binary contents of files" readme = "README.md" homepage = "https://github.com/noahra/byteblitz" repository = "https://github.com/noahra/byteblitz" keywords = ["cli", "search", "demo"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.79" crossterm = "0.27.0" ratatui = "0.25.0" strum = "0.25" strum_macros = "0.25.3" thiserror = "1.0"