keywords,categories

This commit is contained in:
Daniel Bauer
2020-10-24 20:06:28 +02:00
parent 7b39d603bd
commit 87f3cceb6a

View File

@@ -5,6 +5,9 @@ authors = ["Daniel Bauer <bauer@cbs.tu-darmstadt.de>"]
description = "An implementation of the weighted histogram analysis method" description = "An implementation of the weighted histogram analysis method"
license = "GPL-3.0" license = "GPL-3.0"
repository = "https://github.com/danijoo/WHAM" 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] [dependencies]
clap = {version="2.32.0", features=['yaml']} clap = {version="2.32.0", features=['yaml']}