aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
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 <oskari.timperi@iki.fi>"]
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"