bigcat 0.1.0

Simple command line utility which writes timestamp for each inputted line
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.anyhow]
version = "1.0.52"

[dependencies.chrono]
version = "0.4.19"

[package]
authors = ["Shiva Prasanth <kesavarapu.siva@gmail.com>"]
description = "Simple command line utility which writes timestamp for each inputted line"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "bigcat"
resolver = "2"
version = "0.1.0"