[package] name = "hextazy" version = "0.7.0" edition = "2021" authors = ["0xfalafel "] license = "MIT" description = "A colorful hexadecimal editor" readme = "README.md" homepage = "https://github.com/0xfalafel/hextazy" repository = "https://github.com/0xfalafel/hextazy" keywords = ["cli", "hexadecimal", "editor"] categories = ["command-line-utilities"] # only publish the source files on crates.io include = [ "src/**/*.rs", "Cargo.toml" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] crossterm = "0.28.1" ratatui = "0.28.1" regex = "1.10.5"