groop 0.1.3

Outline-aware grep with syntax highlighting
[package]
name = "groop"
authors = ["Nikhil Mutalik"]
version = "0.1.3"
edition = "2021"
description = "Outline-aware grep with syntax highlighting"
license = "MIT"

[dependencies]
bat = { version = "0.24.0", features = ["regex-fancy"] }
clap = { version = "4.5.0", features = ["derive"] }
fancy-regex = "0.13.0"