Add cat binary

This commit is contained in:
Eryn Wells 2016-02-23 23:09:58 -08:00
parent 0115c6ba2a
commit fa177d0e73
2 changed files with 20 additions and 0 deletions

6
cat/Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[package]
name = "cat"
version = "0.1.0"
authors = ["Eryn Wells <eryn@erynwells.me>"]
[dependencies]