From c218cf5d3a48d01f16893432d1b6261da1625791 Mon Sep 17 00:00:00 2001 From: Vince Buffalo Date: Wed, 6 Sep 2023 14:23:01 -0700 Subject: [PATCH] added description --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3779a65..8616cce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,8 @@ license = "MIT" keywords = ["science", "reproducibility", "bioinformatics", "data"] categories = ["command-line-utilities", "science"] repository = "https://github.com/vsbuffalo/scidataflow" +description = "A command-line tool to manage scientific research project data." +documentation = "https://github.com/vsbuffalo/scidataflow/blob/main/README.md" [lib] name = "scidataflow"