mirror of
https://github.com/dnlbauer/xdrfile.git
synced 2026-09-11 06:35:30 +00:00
c_abi
This commit is contained in:
18
Cargo.toml
Normal file
18
Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[package]
|
||||
name = "xdrfile"
|
||||
version = "0.1.0"
|
||||
authors = ["Daniel Bauer <bauer@cbs.tu-darmstadt.de>"]
|
||||
license = "GNU"
|
||||
edition = "2018"
|
||||
description = "Wrapper around the gromacs libxdrfile library. Can be used to read and write gromacs trajectories in xtc and trr format."
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
failure = "0.1"
|
||||
lazy-init = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.1.0"
|
||||
|
||||
[build-dependencies]
|
||||
cc = { version = "1.0", features = ["parallel" ]}
|
||||
Reference in New Issue
Block a user