Skip to content

Commit 6413685

Browse files
authored
Merge pull request #13 from lightdock/0.3.0
0.3.0
2 parents b63fe0e + c81e326 commit 6413685

File tree

8 files changed

+7341
-55
lines changed

8 files changed

+7341
-55
lines changed

Cargo.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
[package]
22
name = "lightdock"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Brian Jimenez Garcia <[email protected]>"]
55
edition = "2021"
66

77
[dependencies]
88
rand = "0.7.3"
99
serde = { version = "1.0.106", features = ["derive"] }
1010
serde_json = "1.0.51"
11-
lib3dmol = "0.4.0"
11+
pdbtbx = "0.9.2"
1212
lazy_static = "1.4.0"
1313
npy = "0.4.0"
14+
log = "0.4.17"
15+
env_logger = "0.9.0"

0 commit comments

Comments
 (0)