From 87f3cceb6aa8536684342f6db50f4f333d1db8a6 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sat, 24 Oct 2020 20:06:28 +0200 Subject: [PATCH] keywords,categories --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 95ae0de..df44e94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,9 @@ authors = ["Daniel Bauer "] description = "An implementation of the weighted histogram analysis method" license = "GPL-3.0" repository = "https://github.com/danijoo/WHAM" +readme = "README.md" +categories = ["science", "command-line-utilities", "molecular-dynamics", "algorithms"] +keywords = ["math", "statistics", "histogram", "bioinformatics", "molecular-dynamics"] [dependencies] clap = {version="2.32.0", features=['yaml']}