diff options
author | eug-vs <eugene@eug-vs.xyz> | 2025-01-31 03:35:28 +0100 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2025-01-31 03:35:28 +0100 |
commit | 11031f246a8ec47eb0ffca285138220eb717415e (patch) | |
tree | b164f7906441ab2a757de5e997a3a8bbc25c6ff6 /physics/Cargo.toml | |
parent | aa0385d7fc7639b748965f8c029fa1e46d218c0e (diff) | |
download | particle-physics-experiments.tar.gz |
tmp: add most recent progressexperiments
Diffstat (limited to 'physics/Cargo.toml')
-rw-r--r-- | physics/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/physics/Cargo.toml b/physics/Cargo.toml index e5db63e..08749b8 100644 --- a/physics/Cargo.toml +++ b/physics/Cargo.toml @@ -5,3 +5,4 @@ edition = "2021" [dependencies] nalgebra = "0.33.2" +rayon = "1.10.0" |