From 9a87651db2a87e085ac94408ee2ddb4d0e7173b2 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Fri, 29 Mar 2019 08:24:21 +0200 Subject: Update Cargo.toml --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 822b9bf..1c0eee8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,12 @@ version = "0.1.0" authors = ["Oskari Timperi "] edition = "2018" license = "GPL-3.0-or-later" +description = "A simple tool for replacing data in CSV columns with regular expressions." +readme = "README.md" +homepage = "https://github.com/oswjk/csvre" +repository = "https://github.com/oswjk/csvre" +keywords = ["csv", "command", "regex"] +categories = ["command-line-utilities", "text-processing"] [dependencies] csv = "1" -- cgit v1.2.3