[package]
edition = "2024"
name = "vira"
version = "0.1.1"
authors = ["Antony Gakuru <antony123muriithi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Grep pkg in rust"
homepage = "https://github.com/morehwachege/vira"
documentation = "https://github.com/morehwachege/vira"
readme = "README.md"
license = "MIT"
repository = "https://github.com/morehwachege/vira"
[lib]
name = "vira"
path = "src/lib.rs"
[[bin]]
name = "vira"
path = "src/main.rs"
[dependencies.colored]
version = "3.1.1"