timestamp 0.1.1

A program that appends a timestamp to stdin
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "timestamp"
version = "0.1.1"
description = "A program that appends a timestamp to stdin"
authors = ["Kyle Clemens <jkc.clemens@gmail.com>"]
repository = "https://github.com/jkcclemens/timestamp"
readme = "README.md"
license = "MPL-2.0"

[dependencies]
time = "0.1.35"