This commit is contained in:
Matthieu Jolimaitre 2024-10-25 19:20:11 +02:00
commit b130df0391
16 changed files with 339925 additions and 0 deletions

21
Cargo.toml Normal file
View file

@ -0,0 +1,21 @@
[package]
name = "turbotusmors"
version = "0.1.0"
edition = "2021"
default-run = "proxy"
[dependencies]
rand = "0.8.5"
rayon = "1.10.0"
[[bin]]
name = "proxy"
path = "src/proxy.rs"
[[bin]]
name = "simulate"
path = "src/simulate.rs"
[[bin]]
name = "bench"
path = "src/bench.rs"