Add missing metadata fields to Cargo.toml

This commit is contained in:
M. George Hansen 2019-02-06 12:50:29 -08:00
parent 4dd7399b50
commit 9cf2ca37d7
Signed by: mgeorgehansen
SSH key fingerprint: SHA256:JlIGiQLPyQ2RHTH3a2oVlb20Xkh9Glr8DUF4YTXHJxM

View file

@ -1,6 +1,13 @@
[package]
name = "csv-sanity"
version = "0.1.0"
description = """
Sanitize and transform large CSVs with millions of records quickly and efficiently.
"""
readme = "README.md"
repository = "https://github.com/mgeorgehansen/csv-sanity"
keywords = ["csv"]
categories = ["command-line-utilities", "text-processing"]
authors = ["M. George Hansen <technopolitica@gmail.com>"]
license = "MPL-2.0"
maintenance = { status = "passively-maintained" }