init
This commit is contained in:
commit
b130df0391
16 changed files with 339925 additions and 0 deletions
21
Cargo.toml
Normal file
21
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue