16 lines
344 B
TOML
16 lines
344 B
TOML
[package]
|
|
name = "rts_exp_par_find_min"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
# Obtain ensemble by parallel computing
|
|
|
|
[dependencies]
|
|
moledyn = {path = "../../moledyn"}
|
|
rand = "0.7"
|
|
rand_pcg = "0.2.1"
|
|
rand_distr = "0.2.2"
|
|
chrono = "0.4"
|
|
eager="0.1"
|