bigcat 0.1.2

Simple command line utility which writes timestamp for each inputted line
[[example]]
name = "loop"
path = "examples/loop.rs"
[dependencies.anyhow]
version = "1.0.52"

[dependencies.chrono]
version = "0.4.19"

[dependencies.colored]
version = "2.0.0"

[package]
authors = ["Shiva Prasanth <kesavarapu.siva@gmail.com>"]
categories = ["command-line-utilities"]
description = "Simple command line utility which writes timestamp for each inputted line"
documentation = "https://docs.rs/crate/bigcat/"
edition = "2021"
homepage = "https://github.com/cedric05/bigcat/"
keywords = ["terminal", "cat"]
license = "MIT OR Apache-2.0"
name = "bigcat"
readme = "README.md"
repository = "https://github.com/cedric05/bigcat/"
resolver = "2"
version = "0.1.2"