From 5b7247962edb977ca78a7ac0a69dc7b884a9522b Mon Sep 17 00:00:00 2001 From: daniel Date: Mon, 16 Nov 2020 14:01:33 +0100 Subject: [PATCH] add repo --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 72b5675..db52398 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.3.0" authors = ["Daniel Bauer "] license = "LGPL-3.0-only" edition = "2018" +repository = "https://github.com/danijoo/xdrfile" 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"]