diff options
Diffstat (limited to 'racer-tracer/Cargo.toml')
| -rw-r--r-- | racer-tracer/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/racer-tracer/Cargo.toml b/racer-tracer/Cargo.toml index 2083dcf..241e1d8 100644 --- a/racer-tracer/Cargo.toml +++ b/racer-tracer/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] minifb = "0.23" -tokio = { version = "1.14.0", features = ["macros", "rt", "rt-multi-thread"] } thiserror = "1" futures = "0.3" rand = "0.8.5" +rayon = "1.6.1" |
