Add missing metadata fields to Cargo.toml
This commit is contained in:
parent
4dd7399b50
commit
9cf2ca37d7
1 changed files with 7 additions and 0 deletions
|
|
@ -1,6 +1,13 @@
|
||||||
[package]
|
[package]
|
||||||
name = "csv-sanity"
|
name = "csv-sanity"
|
||||||
version = "0.1.0"
|
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>"]
|
authors = ["M. George Hansen <technopolitica@gmail.com>"]
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
maintenance = { status = "passively-maintained" }
|
maintenance = { status = "passively-maintained" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue