summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Geary <rtgnj42@gmail.com>2020-06-07 23:12:19 -0400
committerRyan Geary <rtgnj42@gmail.com>2020-06-07 23:15:44 -0400
commit0cd42bb4fb82edbef4f01c42ce707dd5e2e1f05a (patch)
tree571bb7dda562bc7538a76cb9c49ea3c4e49e4435 /Cargo.toml
parent18b3440bec426e692da16561e71c3dbde77541f6 (diff)
Prepare for crates.io release
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2a7f4a7..7546543 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,14 @@ version = "1.1.2"
authors = ["Ryan Geary <rtgnj42@gmail.com>"]
edition = "2018"
license = "GPL-3.0-or-later"
+description = "A human-friendly and fast alternative to cut and (sometimes) awk"
+homepage = "https://github.com/theryangeary/choose"
+documentation = "https://github.com/theryangeary/choose"
+repository = "https://github.com/theryangeary/choose"
+readme = "readme.md"
+exclude = [
+ "test/*",
+]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html