byteblitz 1.0.0

A tool to examine the binary contents of files
Documentation
[dependencies.anyhow]
version = "1.0.79"

[dependencies.crossterm]
version = "0.27.0"

[dependencies.ratatui]
version = "0.25.0"

[dependencies.strum]
version = "0.25"

[dependencies.strum_macros]
version = "0.25.3"

[dependencies.thiserror]
version = "1.0"

[package]
authors = ["Noah Rahimzadagan <noah.rahimzadagan@gmail.com>"]
categories = ["command-line-utilities"]
description = "A tool to examine the binary contents of files"
edition = "2021"
homepage = "https://github.com/noahra/byteblitz"
keywords = ["cli", "search", "demo"]
license = "GPL-3.0"
name = "byteblitz"
readme = "README.md"
repository = "https://github.com/noahra/byteblitz"
version = "1.0.0"