Initial commit

This commit is contained in:
M. George Hansen 2019-02-06 12:24:39 -08:00
commit 26c5433d16
Signed by: mgeorgehansen
SSH key fingerprint: SHA256:JlIGiQLPyQ2RHTH3a2oVlb20Xkh9Glr8DUF4YTXHJxM
21 changed files with 1968 additions and 0 deletions

22
Cargo.toml Normal file
View file

@ -0,0 +1,22 @@
[package]
name = "csv-sanity"
version = "0.1.0"
authors = ["M. George Hansen <technopolitica@gmail.com>"]
license = "MPL-2.0"
maintenance = { status = "passively-maintained" }
[dependencies]
csv = "0.15.0"
clap = "2.23.3"
log = "0.3.7"
regex = "0.2.1"
lazy_static = "0.2.8"
unicode-segmentation = "1.1.0"
time = "0.1.37"
maplit = "0.1.4"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
custom_derive = "0.1.7"
newtype_derive = "0.1.6"
rustc-serialize = "0.3"