rget_pdb 0.1.0

Download Protein files from rcsb.org
Documentation
[[bin]]
name = "pdbget"
path = "src/main.rs"

[dependencies.clap]
version = "2.33"

[dependencies.reqwest]
version = "0.9"

[lib]
name = "pdbget"
path = "src/lib.rs"

[package]
authors = ["pnoel <philippe.bs.noel@tutanota.com>"]
description = "Download Protein files from rcsb.org"
edition = "2018"
homepage = "https://gitlab.com/philippe_noel/pdbget"
license = "Apache-2.0"
name = "rget_pdb"
repository = "https://gitlab.com/philippe_noel/pdbget"
version = "0.1.0"