Skip to content

Commit 74ba711

Browse files
committed
Make coulomb and interatomic extern
1 parent db706f7 commit 74ba711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

virialize/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ itertools-num = "0.1"
2121
nalgebra = "0.33"
2222
rayon = "1.10"
2323
faunus = { path = "../faunus" }
24-
interatomic = { version = "0", path = "../interatomic"}
25-
coulomb = { version = "0", path = "../coulomb"}
24+
interatomic = { git = "https://github.com/mlund/interatomic.git", version = "0.2" }
25+
coulomb = { git = "https://github.com/mlund/coulomb.git", version = "0.2" }
2626
serde_yaml = "0.9"
2727
serde = { version = "1.0", features = ["derive"] }
2828
semver = { version = "1.0", features = ["serde"] }

0 commit comments

Comments
 (0)