From f10d3154f1cf4d9b9887e8fe98aa510a9c3fda55 Mon Sep 17 00:00:00 2001 From: daniel Date: Mon, 16 Nov 2020 13:59:13 +0100 Subject: [PATCH] version up --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e16479..72b5675 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,13 @@ [package] name = "xdrfile" -version = "0.2.0" +version = "0.3.0" authors = ["Daniel Bauer "] license = "LGPL-3.0-only" edition = "2018" description = "Wrapper around the gromacs libxdrfile library. Can be used to read and write gromacs trajectories in xtc and trr format." +readme = "README.md" +categories = ["external-ffi-bindings", "encoding", "science"] +keywords = ["bioinformatics", "molecular-dynamics", "GROMACS", "trajectory"] build = "build.rs" [dependencies]