Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Dependency bump (#22)
Browse files Browse the repository at this point in the history
* bump

* upate pdbtbx

* add pymolobject session
  • Loading branch information
zachcp authored Oct 22, 2024
1 parent a70faba commit 14951e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ version = "0.1.0"
edition = "2021"

[dependencies]
clap = { version = "4.5.11", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde-pickle = "1.1"
serde_bytes = "0.11.15"
chrono = "0.4.38"
validator = { version = "0.18", features = ["derive"] }
pdbtbx = "0.11.0"
pdbtbx = "0.12.0"
itertools = "0.13.0"
urlencoding = "2.1.3"
serde_repr = "0.1.19"
once_cell = "1.19.0"
once_cell = "1.20.2"
bitflags = "2.6.0"
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
pub mod molviewspec;
pub mod pymolparsing;

pub use self::pymolparsing::parsing::PyObjectMolecule;
pub use self::pymolparsing::psedata::PSEData;

/// Prelude module for commonly used items
pub mod prelude {
pub use crate::pymolparsing::parsing::PyObjectMolecule;
pub use crate::pymolparsing::psedata::PSEData;
}

0 comments on commit 14951e5

Please sign in to comment.