made simulations parallel

This commit is contained in:
JOLIMAITRE Matthieu 2022-09-29 15:47:32 +02:00
parent de7b51acb4
commit 0080b94fd2
5 changed files with 21 additions and 33 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "rs48_lib"
version = "1.2.0"
version = "1.3.0"
edition = "2021"
description = "components of rs48"
license = "MIT"
@ -8,4 +8,5 @@ authors = ["JOLIMAITRE Matthieu <matthieu@imagevo.fr>"]
[dependencies]
rand = "0.8"
rayon = "1.5.3"
termion = "1.5"