Skip to content

Commit

Permalink
Finished for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
douweschulte committed Jan 8, 2021
1 parent 29d24bf commit d05ba3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
[package]
name = "rust_pdb"
version = "0.0.1"
name = "pdbtbx"
version = "0.1.0"
authors = ["Douwe Schulte <d.schulte@uu.nl>"]
license = "MIT"
edition = "2018"
description = "A library to open/edit/save (crystallographic) Protein Data Bank (PDB) files."
repository = "https://github.com/nonnominandus/rust-pdb"
repository = "https://github.com/nonnominandus/pdbtbx"
readme = "README.md"
keywords = ["pdb", "crystal", "protein", "pdb-parser"]
categories = ["parser-implementations", "science"]

[dependencies]


[profile.dev]
opt-level = 3
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! # Rust PDB (temporary name)
//! # pdbtbx (PDB Toolbox)
//!
//! A library to work with crystallographic Protein DataBank files. It can parse the main part
//! of the PDB format (it is actively in development so more will follow). After parsing the
Expand Down

0 comments on commit d05ba3a

Please sign in to comment.