[package] name = "rget_pdb" version = "0.1.0" authors = ["pnoel "] license = "Apache-2.0" edition = "2018" description = "Download Protein files from rcsb.org" homepage = "https://gitlab.com/philippe_noel/pdbget" repository = "https://gitlab.com/philippe_noel/pdbget" [[bin]] name = "pdbget" path = "src/main.rs" [lib] name = "pdbget" path = "src/lib.rs" [dependencies] reqwest = "0.9" clap = "2.33"