mirror of
https://github.com/dnlbauer/xdrfile.git
synced 2026-09-11 06:35:30 +00:00
version up
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "xdrfile"
|
name = "xdrfile"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
authors = ["Daniel Bauer <bauer@cbs.tu-darmstadt.de>"]
|
authors = ["Daniel Bauer <bauer@cbs.tu-darmstadt.de>"]
|
||||||
license = "LGPL-3.0-only"
|
license = "LGPL-3.0-only"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Wrapper around the gromacs libxdrfile library. Can be used to read and write gromacs trajectories in xtc and trr format."
|
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"
|
build = "build.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user