From 9cf2ca37d77e6b14ec91ace604b9574cd92ba3a2 Mon Sep 17 00:00:00 2001 From: "M. George Hansen" Date: Wed, 6 Feb 2019 12:50:29 -0800 Subject: [PATCH] Add missing metadata fields to Cargo.toml --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a91e460..48d8b47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] license = "MPL-2.0" maintenance = { status = "passively-maintained" }